mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{title}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{title}}</h1>
|
|
|
|
{% block %}{% endblock %}
|
|
|
|
<footer> {% block footer %}{% endblock %} </footer>
|
|
</body>
|
|
</html>
|