9 lines
215 B
HTML
9 lines
215 B
HTML
<div class="chapter-teaser">
|
|
<div class="teaser-body">
|
|
<h3 class="chapter-title">{{ chapter.title }}</h3>
|
|
<div class="chapter-description">
|
|
{{ chapter.description or "" }}
|
|
</div>
|
|
</div>
|
|
</div>
|