aboutsummaryrefslogtreecommitdiff
path: root/www/layouts/shortcodes/todo.html
blob: b4fc680fe635ac95b0ddb03def57a10327484507 (plain)
1
2
3
4
5
<section class="todo {{ .Get "state" }}">
  <h3>{{ .Get "name" }}</h3>
  {{ .Inner }}
</section>