summaryrefslogtreecommitdiff
path: root/nova/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'nova/article.html')
-rw-r--r--nova/article.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/nova/article.html b/nova/article.html
new file mode 100644
index 0000000..6e82369
--- /dev/null
+++ b/nova/article.html
@@ -0,0 +1,35 @@
+<article class=full>
+ <p class=figure data-attribution='{{attribution}}'>
+ <a href='{{url}}'><img alt src='{{image}}'></a>
+ <h2><a href='{{url}}'>{{title}}</a></h2>
+
+ <p class=byline>
+ <img alt class='headshot mini' src='{{portrait}}'>
+ <span class=navn>
+ <a href='/folk/{{author}}'>{{author}}</a>
+ for <a href='/group/{{group}}'>{{group}}</a>
+ </span>
+
+ <section class=content>
+ <aside>
+ <img alt class=headshot src='{{portrait}}'>
+ {{#info}}
+ <h3>Om filmen</h3>
+ {{/info}}
+ {{#info}}
+ <dl>
+ <dt>{{term}}</dt>
+ <dd>{{fact}}</dd>
+ </dl>
+ {{/info}}
+ </aside>
+
+ <section class=body>
+ {{#lead}}
+ <p class=lead><b>{{lead}}</b>
+ {{/lead}}
+ {{&text}}
+ </section>
+ </section>
+</article>
+