配信停止
{% remote_fetch 'https://cms.example.com/resolve?path={{landing_url}}' alias:doc %}
{% if doc %}
今すぐ読む
{% else %}
{% abandon_delivery %}
{% endif %}最終更新
{% remote_fetch 'https://cms.example.com/resolve?path={{landing_url}}' alias:doc %}
{% if doc %}
今すぐ読む
{% else %}
{% abandon_delivery %}
{% endif %}最終更新
{% remote_fetch 'https://paywall.example.com/entitlements?user_id={{profile.user_id}}&doc_id={{landing_url}}' alias:ent %}
{% if ent and ent.allowed %}
今すぐ読む
{% else %}
{% abandon_delivery %}
{% endif %}{% if profile.country_code != 'US' %}
{% abandon_delivery %}
{% endif %}