Files
2020-01-27 08:56:08 +01:00

17 lines
466 B
HTML

{extends file="layout.tpl"}
{* Body Class *}
{block name="body-class"}page-content{/block}
{block name="main-content"}
<div class="main">
<article id="countries">
<h2>{intl l="Delivered countries"}</h2>
<p>{intl l="If your country are not in list try with our international shop at:<br /><a href=\"http://www.sailorsclothes.com\">www.sailorsclothes.com</a>"}</p>
</article>
</div>
{/block}
{block name="stylesheet"}
{hook name="content.stylesheet"}
{/block}