mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
<html>
|
|
<head><meta name="title" content="{{title}}"></head>
|
|
<body>
|
|
{% block %}{% endblock %}
|
|
{% render "footer.liquid" %}
|
|
</body>
|
|
</html> |