mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
* add block and extend feature * constify, code cleaning * update single include * add html language to readme * clean tests * constantify, update year
3 lines
138 B
Plaintext
3 lines
138 B
Plaintext
{% extends "base.txt" %}
|
|
{% block title %}Inter {{ author }}{% endblock %}
|
|
{% block body %}<main>Intermediate Content</main>{% endblock %} |