diff options
Diffstat (limited to 'view/tpl/common_widget.tpl')
-rw-r--r-- | view/tpl/common_widget.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/common_widget.tpl b/view/tpl/common_widget.tpl new file mode 100644 index 000000000..e542031dc --- /dev/null +++ b/view/tpl/common_widget.tpl @@ -0,0 +1,6 @@ +<div class="widget"> + <h3> + {{$title}} + </h3> + {{$content}} +</div> |