mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 04:42:40 +00:00
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Tera Demo - {{ title }}</title>
|
|
</head>
|
|
<body>
|
|
{% include "tera/nav" %}
|
|
|
|
{% block content %}{% endblock content %}
|
|
|
|
<footer>
|
|
<a href="/">Home</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|