askama/testing/templates/child.html
Bastien Orivel 5f0ff4726d Allow {% block name %} {% endblock name %}
This makes converting an app from tera to askama easier.
2017-08-24 20:25:35 +02:00

3 lines
99 B
HTML

{% extends "base.html" %}
{% block content %}({{ title }}) Content goes here{% endblock content %}