This commit is contained in:
2020-08-07 11:24:00 +02:00
parent abb072dfcf
commit 039bb7d427
12 changed files with 101 additions and 59 deletions

View File

@@ -1,4 +1,8 @@
<article class="LP-TextSection">
{{> @headline headline=headline}}
{{> @paragraph text=text}}
<header class="LP-TextSection__Headline">
{{> @headline headline=headline}}
</header>
<div class="LP-TextSection__Text">
{{> @paragraph text=text}}
</div>
</article>