15 lines
234 B
Text
15 lines
234 B
Text
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Tera Demo - {{ title }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
{% block content %}{% endblock content %}
|
||
|
|
||
|
<footer>
|
||
|
<a href="/">Home</a>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|