{{ call header with config}}

{config.title}

{config.subtitle}

{{ if config.examples }} Examples:
    {{ for c in config.examples }}
  • {c}
  • {{ endfor }}
{{ endif }}
{{ if config.body }}
{ config.body | unescaped }
{{ endif }} See also:
{{ call footer with config}}