From 3859ba31eb03978705dd1b4b7e7a78a7d37ed758 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 28 Oct 2016 13:19:02 -0700 Subject: webface: generic footer --- webface/templates/base.html | 9 +++++++++ webface/templates/home.html | 7 ------- webface/templates/model_view.html | 13 ++++++++++++- 3 files changed, 21 insertions(+), 8 deletions(-) (limited to 'webface') diff --git a/webface/templates/base.html b/webface/templates/base.html index db49004..8d77a5e 100644 --- a/webface/templates/base.html +++ b/webface/templates/base.html @@ -13,6 +13,15 @@ body { font-family: monospace; font-size: larger; line-height: 1.3; }
{{~#block content}}{{/block~}} + +

+
+examples index - +full readme - +source code +
+
+
diff --git a/webface/templates/home.html b/webface/templates/home.html index 0860e77..8cb7529 100644 --- a/webface/templates/home.html +++ b/webface/templates/home.html @@ -33,12 +33,5 @@ automated tooling to cross-check for compatibility.

Does it work? there's no "here" here, yet, just some sketches and experiments. -

-

-full readme - -source code -
-
- {{/partial}} {{> base.html}} diff --git a/webface/templates/model_view.html b/webface/templates/model_view.html index 6e2b251..4dba406 100644 --- a/webface/templates/model_view.html +++ b/webface/templates/model_view.html @@ -1,6 +1,17 @@ {{# partial content}} +

{{ model_id }}

+ +Full Name: {{ model.name }} + +Raw Model: +
+{{ raw_model }}
+
+ + +

Other Info

+{{ page_text }} -{{model_id}} {{/partial}} {{~> base.html~}} -- cgit v1.2.3