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

4 lines
112 B
Handlebars
Raw Normal View History

<article class="LP-TextSection">
2020-07-17 17:55:46 +02:00
{{> @headline headline=headline}}
2020-08-01 10:26:47 +02:00
{{> @paragraph text=text}}
2020-07-17 17:55:46 +02:00
</article>