From ae843591da0fea1a57684f26737be0b484718809 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 5 Oct 2016 17:49:19 -0400 Subject: okpush template stuff --- examples/lib/okpush/templates/index.liquid | 11 +++++++++++ examples/lib/okpush/templates/partials | 1 + 2 files changed, 12 insertions(+) create mode 100644 examples/lib/okpush/templates/index.liquid create mode 120000 examples/lib/okpush/templates/partials (limited to 'examples/lib/okpush/templates') 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' %} + + + +
+
+ +{% 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 -- cgit v1.2.3-70-g09d2