mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-21 13:21:17 +00:00
3 lines
140 B
Smarty
3 lines
140 B
Smarty
|
{% extends "inheritance2/skeleton.tpl" %}
|
||
|
|
||
|
{% block body %}This is base's body{% block content %}Default content{% endblock %}{% endblock %}
|