summaryrefslogtreecommitdiff
path: root/templates/shortcodes/window.html
blob: 3fe8b5025b92d41e97ccb9d11875dcda9ec9b7af (plain)
1
2
3
4
5
6
7
8
<section class="window cutoff-corners">
  <header class="titlebar">
    <span class="label">{{title}}</span>
  </header>
  <div class="content">
    {{ body | safe }}
  </div>
</section>