app/template/default/Block/lm_mc_other.twig line 1

Open in your IDE?
  1. <style type="text/css">
  2.   h2 {
  3.     font-weight: 700;
  4.     line-height: inherit;
  5.   }
  6. </style>
  7. {#
  8. {% if (app.request.query.get('no') is defined and (app.request.query.get('no') | number_format ) > 0) == false %}
  9.     {% include 'Block/lm_column_list.twig' %}
  10.     {% if data is defined %}
  11.         {% if data.main_category_comment is defined %}
  12.             {% include 'Block/lm_category_comment.twig' with { comment: data.main_category_comment } only %}
  13.         {% endif %}
  14.         </div>
  15.         {% if data.main_category_url3 is defined %}
  16.             {% if data.main_category_url3 != '' %}
  17.                 {{ ( data.main_category_url3 | lm_sashikomi_main_category ) | raw }}
  18.             {% elseif data.main_category_url3_content != '' %}
  19.                 {{ main_category_url3_content | raw }}
  20.             {% endif %}
  21.         {% endif %}
  22.     {% endif %}
  23. {% endif %}
  24. #}