aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/single.html
blob: 4858f0a9c541998a1147fb4c9eaffedbc1c09aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{{ define "middle" }}

{{ partial "navigator-middle.html"
  (dict
    "Title"      "Message"
    "Subtitle"   "Single"
    "Icon"       "arrow-left"
    "IconLabel"  "Back"
    "Href"       "/"
    "Id"         "back"
    "Context"    .
  )
}}

<micro-thread>
  {{ partial "card.html" . }}
</micro-thread>
{{ end }}

{{ define "right" }}
   {{- partial "navigator-right.html" . -}}
{{ end }}