samhuri.net/Tests/test-styles/in/templates/page.html

13 lines
249 B
HTML

<!doctype html>
<html>
<head>
<title>{{ site.title }}</title>
{% for style in styles %}
<link rel="stylesheet" href="{{ style }}">
{% endfor %}
</head>
<body>
<h1><a href="{{ site.url }}">{{ site.title }}</a></h1>
{{ body }}
</body>
</html>