diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-05 17:49:19 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-05 17:49:19 -0400 |
| commit | ae843591da0fea1a57684f26737be0b484718809 (patch) | |
| tree | 547be3ae5d69c3568626a2f9ce9f35e034c82ed6 /examples/lib/okpush/templates | |
| parent | 95df0e83fdb7f564d64b6c916e674e0db46c116d (diff) | |
okpush template stuff
Diffstat (limited to 'examples/lib/okpush/templates')
| -rw-r--r-- | examples/lib/okpush/templates/index.liquid | 11 | ||||
| l--------- | examples/lib/okpush/templates/partials | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/examples/lib/okpush/templates/index.liquid b/examples/lib/okpush/templates/index.liquid new file mode 100644 index 0000000..388a95b --- /dev/null +++ b/examples/lib/okpush/templates/index.liquid @@ -0,0 +1,11 @@ +{% include 'partials/head' %} + +{% include 'partials/flash' %} + +<nav class="resource-nav"> +</nav> + +<section class="main resource resource-new"> +</section> + +{% include 'partials/tail' %} diff --git a/examples/lib/okpush/templates/partials b/examples/lib/okpush/templates/partials new file mode 120000 index 0000000..490ec14 --- /dev/null +++ b/examples/lib/okpush/templates/partials @@ -0,0 +1 @@ +../../../../themes/okadmin/templates/partials/
\ No newline at end of file |
