mirror of
https://github.com/Luzifer/repo-template.git
synced 2024-11-10 16:40:04 +00:00
3 lines
87 B
Smarty
3 lines
87 B
Smarty
|
{% extends "inheritance/base.tpl" %}
|
||
|
|
||
|
{% block content %}Extends' content{% endblock %}
|