1
0
Fork 0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-11-10 16:40:04 +00:00
repo-template/vendor/github.com/flosch/pongo2/template_tests/extends.tpl
Knut Ahlers a0b3b414c5
Migrate to pongo2 as template engine
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-02-07 22:20:28 +01:00

3 lines
No EOL
87 B
Smarty

{% extends "inheritance/base.tpl" %}
{% block content %}Extends' content{% endblock %}