{% extends "index-base.html" %} {% block style_links %} {{ super() }} {% endblock %} {% macro render_tag(tag, post_id) %} {% set tag_flat = tag.replace("/", "__") %} {{ tag }} {% endmacro %} {% block inner_content %}
{% for post in posts %}
{% endfor %}
{% endblock %} {% block scripts %} {{ super () }} {% endblock %}