Files
inja/test/data/html-extend/inter.txt
pantor 95af782ca2 Add Child Inheritance Feature (#198)
* add block and extend feature

* constify, code cleaning

* update single include

* add html language to readme

* clean tests

* constantify, update year
2021-05-25 10:18:21 +02:00

3 lines
138 B
Plaintext

{% extends "base.txt" %}
{% block title %}Inter {{ author }}{% endblock %}
{% block body %}<main>Intermediate Content</main>{% endblock %}