section.html 155 B

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