mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 15:09:51 +00:00
19 lines
661 B
HTML
19 lines
661 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
|
|
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
|
|
<title>{{ title }}</title>
|
|
{% block head %}
|
|
{% endblock %}
|
|
</head>
|
|
|
|
<body>
|
|
<div id="content">
|
|
{% block content %}
|
|
{% endblock %}
|
|
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/gronk">gronk</a> <!--(commit {{ gronk_commit }}) {% if notes_git_head_sha1 %}notes commit {{ notes_git_head_sha1 }}{% endif %}--></p>
|
|
</div>
|
|
</body>
|