Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after -56s
12 lines
207 B
HTML
12 lines
207 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title> {{ sitename }} </title>
|
|
</head>
|
|
<body>
|
|
<h3> {{ sitename }} </h3>
|
|
{% block body %}
|
|
{% endblock %}
|
|
</body>
|
|
</html>
|