mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 15:00:57 +00:00
5 lines
111 B
HTML
5 lines
111 B
HTML
{% extends "nested-base.html" %}
|
|
{% block content %}
|
|
{% block foo %}durpy{% endblock %}
|
|
{% endblock content %}
|