Files
liquidjs/demo/express/partials/layout.liquid
T

15 lines
200 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{title}}</title>
</head>
<body>
<h1>{{title}}</h1>
{% block %}
<footer> {% block footer %} </footer>
</body>
</html>