index
:
unja
master
revela
A template engine for C forked from https://github.com/dannyvankooten/unja
Yaroslav de la Peña Smirnov <yps@yaroslavps.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
data
/
inheritance-depth-1
/
one.tmpl
blob: b900bcfc5f5b1693c0d97f0f13f9fafe41208972 (
plain
)
1
2
3
4
5
{% extends "base.tmpl" %}
{% block content %}
Child content
{% endblock %}