lostplaces-frontend/components/02_Molecules/textSection/textSection.hbs

10 lines
277 B
Handlebars
Raw Normal View History

<article class="LP-TextSection">
<header class="LP-TextSection__Headline">
{{> @headline headline=headline}}
</header>
2020-08-07 11:24:00 +02:00
<div class="LP-TextSection__Text">
2020-09-04 21:57:29 +02:00
{{#each paragraphs}}
{{> @paragraph text=this}}
{{/each}}
</div>
2020-07-17 17:55:46 +02:00
</article>