blob: 189711f902be5a42ba703faa7ba262208e3868bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[tmp page_title]__COMPANY__ -- [L]Shopping Cart[/L][/tmp]
@_TOP_@
<!-- BEGIN CONTENT -->
<div class="container p-4">
<!-- Hero Section-->
<div class="py-2">
<div class="text-start">
<h1>[L]Shopping cart[/L]</h1>
</div>
<!-- Cart subheading -->
<div>
<p class="lead text-muted">
You have [nitems] items in your shopping cart.
</p>
</div>
<!-- End of cart subheading -->
</div>
<!-- End of Hero section -->
</div>
<!-- END CONTENT -->
@_BOTTOM_@
|