feat: Added ChapterTeaser widget

This commit is contained in:
Anand Chitipothu
2021-05-03 06:17:56 +05:30
parent a52a01ef7f
commit 62cfc0fb24
4 changed files with 32 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
<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>