diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-30 01:00:35 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-30 01:00:35 -0500 |
| commit | 608bd52fc6547ff61cc197712f7e67e10f599dc1 (patch) | |
| tree | 1df53986585f2ec9c7270bf04032d6b7a431e691 /tree/templates/index.liquid | |
| parent | aad05b0d0d38562971a434ea612f2929681ba2c7 (diff) | |
basic html
Diffstat (limited to 'tree/templates/index.liquid')
| -rw-r--r-- | tree/templates/index.liquid | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tree/templates/index.liquid b/tree/templates/index.liquid index 178ee37..765a9d5 100644 --- a/tree/templates/index.liquid +++ b/tree/templates/index.liquid @@ -39,6 +39,22 @@ <body class="loading"> +<h1>Tree</h1> + +{% for home in homes %} +<p> + {{ home.about }} +</p> +{% endfor %} + +<h2>Team</h2> + +{% for bio in bios %} +<p> + {{ bio.body }} +</p> +{% endfor %} + <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script defer async src="https://www.youtube.com/iframe_api"></script> |
