basic-rocket/templates/base.html.tera

11 lines
176 B
Plaintext
Raw Normal View History

2020-11-04 01:06:24 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>basic Rocket</title>
</head>
<body>
{% block content %}{% endblock content %}
</body>
</html>