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