samhuri.net/tests/test-index/in/public/layout.html

11 lines
191 B
HTML

<!doctype html>
<html>
<head>
<title>{{ site.title }}</title>
</head>
<body>
<h1><a href="{{ site.url }}">{{ site.title }}</a></h1>
{% block content %}
{% endblock %}
</body>
</html>