annotation.html 193 B

12345678910
  1. {{- $type := .Get "type" | default "note" -}}
  2. <div class="annotation">
  3. <div class="annotation-title">
  4. {{ $type }}
  5. </div>
  6. <div>
  7. {{ .Inner | $.Page.RenderString }}
  8. </div>
  9. </div>