summaryrefslogtreecommitdiff
path: root/nova/article.html
blob: 6e823690fe37a3f52b807336bcad1eb73cbbb186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>