Files
liquidjs/demo/foo.liquid
T
2016-09-26 21:52:23 +08:00

12 lines
174 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>Welcome to shopify-liquid!</h1>
{% include 'bar' %}
</body>
</html>