presentazione-pass/themes/reveal-hugo/layouts/shortcodes/section.html
2020-06-19 21:42:18 +02:00

5 lines
155 B
HTML

{{/* Render .Inner before processing the shortcode. */}}
{{ $_hugo_config := `{ "version": 1 }` }}
<section data-shortcode-section>
{{ .Inner }}
</section>