{% extends "index.html" %} {% import 'html_macros.html' as html_macros %} {% block head %} {{ super() }} {{ html_macros.get_meta(category) }} {% endblock head %} {% block titlename %}{{category|capitalize}}{% endblock titlename %} {% block heading %} {#