{% macro tags(tag_list) %} {% if tag_list %}
{% for tag in tag_list %} {{ tag }} {% endfor %}
{% endif %} {% endmacro %} {% macro page_header(title, meta) %} {% endmacro %} {% macro summary_box(text, lead=false) %}
{{ text }}
{% endmacro %} {% macro date_divider(label) %}
{{ label }}
{% endmacro %} {% macro chat_quote(initials, name, text) %}
{{ initials }}
{{ name }}
{{ text }}
{% endmacro %} {% macro topic_card(href, title, meta) %} πŸ“Œ

{{ title }}

{{ meta }}

{% endmacro %} {% macro digest_block(num, fact, point) %}
{{ num }}

{{ fact }}

{% if point %}

πŸ‘‰ {{ point }}

{% endif %}
{% endmacro %} {% macro conflict(text) %}
⚠️ {{ text }}
{% endmacro %} {% macro search_box(placeholder='μœ„ν‚€ 검색…') %} {% endmacro %} {% macro related_panel(related, asset_prefix) %} {% if related %} {% endif %} {% endmacro %} ⚑ Powered by Onpod