Files
liquidjs/demo/webpack/layouts/html.liquid
T

7 lines
151 B
Plaintext

<html>
<head><meta name="title" content="{{title}}"></head>
<body>
{% block %}{% endblock %}
{% render "footer.liquid" %}
</body>
</html>