pepperminty-wiki-website/src/templates/index.html

21 lines
356 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<main>
{% block content %}
{{ __tera_context }}
{{ }}
{% endblock content %}
</main>
</body>
</html>