|
|
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>{{ lang.title }}</title>
- </head>
- <body>
- {%include "test_include" %}
- <h1>{{ title }}</h1>
- <div id ="content">{% block content %}Me too {% endblock content %}
- </div>
- </body>
- </html>
|