KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.twig 363B

9 years ago
12345678910
  1. {% extends "layouts/default.twig" %}
  2. {% block content %}
  3. {% for post in posts.paginated %}
  4. {% include "feathers/" ~ post.feather ~ ".twig" %}
  5. {% else %}
  6. <h1>${ "No Posts" | translate }</h1>
  7. <p>${ "Nothing here yet!" | translate }</p>
  8. {% endfor %}
  9. {% endblock %}