Rocket/examples/tera_templates/templates/base.html.tera

11 lines
173 B
Plaintext
Raw Normal View History

2017-05-16 22:14:46 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Tera Demo</title>
</head>
<body>
{% block content %}{% endblock content %}
</body>
</html>