- {% if title %}

{{title}}

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

{{title}}

{% endif %} #}
{% block content %} Sorry, no content diff --git a/www/wp-content/themes/ation2016/templates/index.twig b/www/wp-content/themes/ation2016/templates/index.twig index dd1f7cb..dab6449 100755 --- a/www/wp-content/themes/ation2016/templates/index.twig +++ b/www/wp-content/themes/ation2016/templates/index.twig @@ -1,9 +1,12 @@ {% extends "base.twig" %} {% block content %} -

{{foo}}

-

{{qux}}

- {% for post in posts %} - {% include ['tease-'~post.post_type~'.twig', 'tease.twig'] %} - {% endfor %} +
+

{{foo}}

+

{{qux}}

+ {% for post in posts %} + {% include ['tease-'~post.post_type~'.twig', 'tease.twig'] %} + {% endfor %} +
{{debug}}
+
{% endblock %} \ No newline at end of file