diff options
Diffstat (limited to 'examples/templates/bread.liquid')
| -rw-r--r-- | examples/templates/bread.liquid | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/templates/bread.liquid b/examples/templates/bread.liquid new file mode 100644 index 0000000..da36cce --- /dev/null +++ b/examples/templates/bread.liquid @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" href="../css/main.css"> + </head> + <body> + <div class="container"> + <h1>{{bread.type | capitalize}}</h1> + <p> + {{bread.description}} + </p> + </div> + </body> +</html> |
