2019-12-01 11:58:24 +00:00
|
|
|
<div class="reveal">
|
2019-12-02 09:46:53 +00:00
|
|
|
<div class="slides">
|
|
|
|
|
|
|
|
{{ range $.Params.reveal }}
|
|
|
|
<section class="pt">
|
|
|
|
{{ range .main }}
|
|
|
|
{{ range .sub }}
|
|
|
|
<section data-markdown>
|
|
|
|
<textarea data-template>
|
|
|
|
{{ . }}
|
|
|
|
</textarea>
|
|
|
|
</section>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
</section>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
<section>Single Horizontal Slide</section>
|
|
|
|
<section>
|
|
|
|
<section>Vertical Slide 1</section>
|
|
|
|
<section>Vertical Slide 2</section>
|
|
|
|
</section>
|
|
|
|
</div>
|
2019-12-01 11:58:24 +00:00
|
|
|
</div>
|
|
|
|
|
2019-11-30 17:28:55 +00:00
|
|
|
{{ partial "script/pt-script" . }}
|