diff options
Diffstat (limited to 'view/tpl/cards.tpl')
-rw-r--r-- | view/tpl/cards.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/cards.tpl b/view/tpl/cards.tpl new file mode 100644 index 000000000..ae382a97f --- /dev/null +++ b/view/tpl/cards.tpl @@ -0,0 +1,8 @@ +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + {{$editor}} + {{$content}} +</div> + {{$pager}} |