docs: demo for globals, for #286

This commit is contained in:
harttle
2020-12-22 23:19:09 +08:00
parent 626f911503
commit 7b909c22a1
4 changed files with 14 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
<html>
<head><meta name="title" content="{{title}}"></head>
<body>
{% block %}{% endblock %}
{% render "footer.liquid" %}
</body>
</html>