diff options
author | bie <bie@blekksprut.net> | 2017-06-29 15:48:02 +0200 |
---|---|---|
committer | bie <bie@blekksprut.net> | 2017-06-29 15:48:02 +0200 |
commit | 05c51adb090fa096eb229c9cc4f1c519fcda6a01 (patch) | |
tree | 38e7e4e7f5f150b016ad4835548a19c4c959ff5c /nova/article.html | |
parent | 9f249b3e2af30444dbfbd42396824df3724af68f (diff) | |
download | maker-05c51adb090fa096eb229c9cc4f1c519fcda6a01.tar.xz |
wew wew
Diffstat (limited to 'nova/article.html')
-rw-r--r-- | nova/article.html | 35 |
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> + |