17 lines
291 B
Smarty
17 lines
291 B
Smarty
<section class="realization-entry">
|
|
<h3>{{title}}</h3>
|
|
<div class="realization-entry-text">
|
|
{{text}}
|
|
</div>
|
|
<div class="realization-entry-tldr">
|
|
<h4>TL;DR</h4>
|
|
<ul>
|
|
{{tldr}}
|
|
</ul>
|
|
</div>
|
|
<div class="realization-entry-example">
|
|
<h4>Beispiel</h4>
|
|
{{example}}
|
|
</div>
|
|
</section>
|
|
|