docs: demo for using LiquidJS with webpack

This commit is contained in:
Harttle
2022-10-22 00:39:18 +08:00
committed by Harttle
parent 32f613fb43
commit 33c7c8f301
10 changed files with 90 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
<html>
<head><meta name="title" content="{{title}}"></head>
<body>
{% block %}{% endblock %}
{% render "footer.liquid" %}
</body>
</html>