From 32d3fa0eaea214c0c291ac6387cd4289b9cec69a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 10 Feb 2020 22:21:11 -0500 Subject: Work on table presentation --- templates/layout.hbs | 1 + templates/profile.hbs | 36 ++++++++++++++++++++++++++++++++---- 2 files changed, 33 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/layout.hbs b/templates/layout.hbs index bd47622..25b558c 100644 --- a/templates/layout.hbs +++ b/templates/layout.hbs @@ -4,6 +4,7 @@ pj- {{ title }} + {{ ~> extra_head }} diff --git a/templates/profile.hbs b/templates/profile.hbs index c7e75e9..a1c6ed1 100644 --- a/templates/profile.hbs +++ b/templates/profile.hbs @@ -1,20 +1,48 @@ -{{#*inline "page"~}} +{{#*inline "extra_head"}} + + +{{/inline}} +{{#*inline "page"}} {{#if user~}}

Profile for {{ user }}

{{/if~}} {{#with document ~}} - {{#each headings ~}} + {{#with headings ~}} + {{#each columns ~}} {{/each ~}} + {{/with ~}} {{#each rows ~}} - - {{#each this ~}} + + {{#each columns ~}} {{/each ~}} + {{/each ~}} -- cgit v1.2.3
{{ this }}
{{ this }} +
+ Hello +
+