work.suroh.tk/node_modules/liquidjs/demo/express/partials/layout.liquid

15 lines
228 B
Plaintext
Raw Normal View History

2019-12-02 12:22:45 +00:00
<!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>