feat: Added ChapterTeaser widget
This commit is contained in:
8
community/lms/widgets/ChapterTeaser.html
Normal file
8
community/lms/widgets/ChapterTeaser.html
Normal 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>
|
||||
Reference in New Issue
Block a user