mirror of
https://github.com/pantor/inja.git
synced 2026-06-26 04:24:18 +00:00
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
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{% extends "base.txt" %}
|
||||
{% block title %}Inter {{ author }}{% endblock %}
|
||||
{% block body %}<main>Intermediate Content</main>{% endblock %}
|
||||
Reference in New Issue
Block a user