You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
358 B
Smarty
16 lines
358 B
Smarty
6 years ago
|
<div class="account">
|
||
|
<!-- IMPORT partials/account/header.tpl -->
|
||
|
|
||
|
<div class="row">
|
||
|
<h1>{title}</h1>
|
||
|
|
||
|
<div class="col-lg-12">
|
||
|
<ul class="categories" itemscope itemtype="http://www.schema.org/ItemList">
|
||
|
<!-- BEGIN categories -->
|
||
|
<!-- IMPORT partials/account/category-item.tpl -->
|
||
|
<!-- END categories -->
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|