- {% if title %}

{{title}}

{% endif %} + {% if title %}

{{title}}

{% endif %}
{% block content %} Sorry, no content diff --git a/templates/index.twig b/templates/index.twig index 7a90dfd..7af9d8c 100755 --- a/templates/index.twig +++ b/templates/index.twig @@ -1,9 +1,9 @@ {% extends "base.twig" %} {% block content %} -

{{foo}}

-

{{qux}}

- {% for post in posts %} - {% include ['tease-'~post.post_type~'.twig', 'tease.twig'] %} - {% endfor %} +
+ {% for post in posts %} + {% include ['tease-'~post.post_type~'.twig', 'tease.twig'] %} + {% endfor %} +
{% endblock %} diff --git a/templates/page-home.twig b/templates/page-home.twig index 62e20be..a6f45cc 100644 --- a/templates/page-home.twig +++ b/templates/page-home.twig @@ -45,6 +45,7 @@
{% endfor %} +

All News