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