mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 06:21:13 +00:00
5 lines
111 B
HTML
5 lines
111 B
HTML
{% extends "nested-base.html" %}
|
|
{% block content %}
|
|
{% block foo %}durpy{% endblock %}
|
|
{% endblock content %}
|