{% extends "layouts/main.html" %} {% block title %}{{ page_title }} — pyvelm{% endblock %} {% block page_title %}{{ page_title }}{% endblock %} {% block page_actions %} {% for act in page_actions or [] %} {% endfor %} {% if access.can_create and (create_href or form_view_name) %} {% if create_href %} {% else %} {% endif %} New {% endif %} {% endblock %} {# ── Main content ── #} {% block content %}