<p id="pankz"> {% if plaza_flg == true %} <a href="{{ url("plaza_product_list") }}">HOME</a> > {% else %} <a href="/">HOME</a> > {% endif %} {% if sub_title and sub_title == "商品一覧" %} <a href="{{ url("product_list") }}">商品一覧</a> > {% endif %} {% if sub_title and sub_title == "プラザ商品一覧" %} <a href="{{ url("plaza_product_list") }}">商品一覧</a> > {% endif %} {{ title }}</p>