{# モジュール: メタディスクリプション表示（最小構成） #}
{% set __meta = content.meta_description or page_meta.description %}
{% set __text = (__meta or '')|striptags|trim %}

{% if __text %}
  <p class="gf-metaDesc"></p>
{% endif %}
