From 4f7a67d5fb82b4300e94c6df9933f07b9020ffeb Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 6 Jan 2019 21:01:32 -0300 Subject: Add templates --- templates/main.mustache | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 templates/main.mustache (limited to 'templates/main.mustache') diff --git a/templates/main.mustache b/templates/main.mustache new file mode 100644 index 0000000..78501f3 --- /dev/null +++ b/templates/main.mustache @@ -0,0 +1,69 @@ + + + + {{{ title }}} + + + + + {{# metadata }}{{{ metadata }}}{{/ metadata }} + {{{ head }}} + + +
+
+
+ + perl6-matrix +

+ Perl 6 Matrix Client +

+
+
+ + + +
+ {{# title }}

{{{ title }}}

{{/ title }} + {{# subtitle }}

{{{ subtitle }}}

{{/ subtitle }} +
+ {{# body }}{{{ . }}}{{/ body }} +
+ {{# footnotes }}{{{ footnotes }}}{{/ footnotes }} + {{{ footer }}} +
+ +
+ + -- cgit v1.2.3-54-g00ecf