<ul>
<li><a href="{{ url('user_data', {'route': 'products'}) }}" {% if Page.url == "products" %}class="current"{% else %}{% endif %}><span>取扱商品</span></a></li>
<li><a href="{{ url('user_data', {'route': 'store_info'}) }}" {% if Page.url == "store_info" %}class="current"{% else %}{% endif %}><span>アクセス</span></a></li>
<li><a href="{{ url('user_data', {'route': 'company'}) }}" {% if Page.url == "company" %}class="current"{% else %}{% endif %}><span>会社概要</span></a></li>
<li><a href="{{ url('user_data', {'route': 'contact_before'}) }}" {% if Page.url == "contact_before" %}class="current"{% else %}{% endif %}><span>お問い合わせ</span></a></li>
</ul>