1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
-[ template "/base/base.html" ]- -[ block body ]- -[ insert "/base/path.html" ]- <div class="container-func"> <h1>The admin panel</h1> <p>User Panel: <a href="/admin/panel">HERE</a></p> </div> -[ endblock ]-