{% for c,carts in categories %}
{{ c.name | capitalize }}
{% endfor %}
Tags
{% for p in pages %} {% if "/page" in p.url %} {% else %} {% if p.url != "/index.html" %}
{{ p.title }}
{% endif %} {% endif %} {% endfor %}
CV
{% block content %} {% endblock %}
{% include "sidebar.html" %}