aboutsummaryrefslogtreecommitdiff
path: root/test/data/html-extend/inter.txt
blob: d20d97b9eed0ca28db84366a23bf3f8daba22662 (plain)
1
2
3
{% extends "base.txt" %}
{% block title %}Inter {{ author }}{% endblock %}
{% block body %}<main>Intermediate Content</main>{% endblock %}