diff --git a/templates/blocks/_legacy/card-grid.html b/templates/blocks/_legacy/card-grid.html deleted file mode 100644 index a10c1ed..0000000 --- a/templates/blocks/_legacy/card-grid.html +++ /dev/null @@ -1,65 +0,0 @@ - -
- {% for card in cards %} -
- {% if card.icon %}
{{ card.icon }}
{% endif %} -
{{ card.title }}
- {% if card.category %}{{ card.category }}{% endif %} -
{{ card.description }}
- {% if card.source %}
{{ card.source }}
{% endif %} -
- {% endfor %} -
- - diff --git a/templates/blocks/_legacy/card-image.html b/templates/blocks/_legacy/card-image.html deleted file mode 100644 index 4cd2373..0000000 --- a/templates/blocks/_legacy/card-image.html +++ /dev/null @@ -1,95 +0,0 @@ - - -
- {% for card in cards %} -
- {% if card.image %} - {{ card.title }} - {% endif %} -
-
{{ card.title }}
- {% if card.title_en %}
{{ card.title_en }}
{% endif %} -
-
    - {% for item in card.bullets %} -
  • {{ item }}
  • - {% endfor %} -
- {% if card.source %}
{{ card.source }}
{% endif %} -
-
- {% endfor %} -
- - diff --git a/templates/blocks/_legacy/circle-label.html b/templates/blocks/_legacy/circle-label.html deleted file mode 100644 index d71321f..0000000 --- a/templates/blocks/_legacy/circle-label.html +++ /dev/null @@ -1,56 +0,0 @@ - - -
-
-
-
{{ label }}
- {% if sub_label %}
{{ sub_label }}
{% endif %} -
-
-
- - diff --git a/templates/blocks/_legacy/compare-box.html b/templates/blocks/_legacy/compare-box.html deleted file mode 100644 index 38267fb..0000000 --- a/templates/blocks/_legacy/compare-box.html +++ /dev/null @@ -1,67 +0,0 @@ - - -
-
-
-
{{ left_label }}
- {% if left_sub %}
{{ left_sub }}
{% endif %} -
-
-
VS
-
-
-
{{ right_label }}
- {% if right_sub %}
{{ right_sub }}
{% endif %} -
-
-
- - diff --git a/templates/blocks/_legacy/comparison-table.html b/templates/blocks/_legacy/comparison-table.html deleted file mode 100644 index b52bc74..0000000 --- a/templates/blocks/_legacy/comparison-table.html +++ /dev/null @@ -1,97 +0,0 @@ - - -
- - - - {% for header in headers %} - - {% endfor %} - - - - {% for row in rows %} - - {% for cell in row %} - - {% endfor %} - - {% endfor %} - -
- {% if loop.index == 2 %}{{ header }}{% else %}{{ header }}{% endif %} -
{{ cell }}
-
- - diff --git a/templates/blocks/_legacy/comparison.html b/templates/blocks/_legacy/comparison.html deleted file mode 100644 index a9eb1fa..0000000 --- a/templates/blocks/_legacy/comparison.html +++ /dev/null @@ -1,51 +0,0 @@ - -
-
-
{{ left_title }}
- {% if left_subtitle %}
{{ left_subtitle }}
{% endif %} -
{{ left_content }}
-
-
-
-
{{ right_title }}
- {% if right_subtitle %}
{{ right_subtitle }}
{% endif %} -
{{ right_content }}
-
-
- - diff --git a/templates/blocks/_legacy/conclusion-bar.html b/templates/blocks/_legacy/conclusion-bar.html deleted file mode 100644 index 98be32b..0000000 --- a/templates/blocks/_legacy/conclusion-bar.html +++ /dev/null @@ -1,38 +0,0 @@ - - -
- {% if label %}
{{ label }}
{% endif %} -
{{ conclusion_text }}
-
- - diff --git a/templates/blocks/_legacy/image-row.html b/templates/blocks/_legacy/image-row.html deleted file mode 100644 index 30366aa..0000000 --- a/templates/blocks/_legacy/image-row.html +++ /dev/null @@ -1,39 +0,0 @@ - - -
- {% for img in images %} -
- {{ img.alt | default('') }} - {% if img.caption %}
{{ img.caption }}
{% endif %} -
- {% endfor %} -
- - diff --git a/templates/blocks/_legacy/process.html b/templates/blocks/_legacy/process.html deleted file mode 100644 index e3d2a4b..0000000 --- a/templates/blocks/_legacy/process.html +++ /dev/null @@ -1,61 +0,0 @@ - -
- {% for step in steps %} -
-
{{ step.number | default(loop.index) }}
-
{{ step.title }}
- {% if step.description %}
{{ step.description }}
{% endif %} -
- {% if not loop.last %} -
- {% endif %} - {% endfor %} -
- - diff --git a/templates/blocks/_legacy/quote-block.html b/templates/blocks/_legacy/quote-block.html deleted file mode 100644 index 83e5680..0000000 --- a/templates/blocks/_legacy/quote-block.html +++ /dev/null @@ -1,29 +0,0 @@ - -
-
{{ quote_text }}
- {% if source %}
{{ source }}
{% endif %} -
- - diff --git a/templates/blocks/_legacy/relationship.html b/templates/blocks/_legacy/relationship.html deleted file mode 100644 index 06962c8..0000000 --- a/templates/blocks/_legacy/relationship.html +++ /dev/null @@ -1,88 +0,0 @@ - -
-
-
- {{ center_label }} - {{ center_sub }} -
- {% for item in items %} -
- {{ item.label }} -
- {% endfor %} -
- {% if description %} -
- {{ description }} -
- {% endif %} -
- - diff --git a/templates/blocks/_legacy/section-title.html b/templates/blocks/_legacy/section-title.html deleted file mode 100644 index 3b25aba..0000000 --- a/templates/blocks/_legacy/section-title.html +++ /dev/null @@ -1,69 +0,0 @@ - - -
- {% if bg_image %} - - {% else %} -
- {% endif %} - {% if breadcrumb %} -
{{ breadcrumb }}
- {% endif %} -
- {% if title_en %}
{{ title_en }}
{% endif %} -
{{ title_ko }}
-
-
- - diff --git a/templates/blocks/_legacy/topic-header.html b/templates/blocks/_legacy/topic-header.html deleted file mode 100644 index 2c3b6b2..0000000 --- a/templates/blocks/_legacy/topic-header.html +++ /dev/null @@ -1,38 +0,0 @@ - - -
-
{{ title }}
-
{{ description }}
-
- - diff --git a/templates/blocks/cards/card-text-grid.html b/templates/blocks/cards/card-text-grid.html deleted file mode 100644 index 7936dad..0000000 --- a/templates/blocks/cards/card-text-grid.html +++ /dev/null @@ -1,66 +0,0 @@ - -
- {% for card in cards %} -
- {% if card.icon %}
{{ card.icon }}
{% endif %} -
{{ card.title }}
- {% if card.category %}{{ card.category }}{% endif %} -
{{ card.description }}
- {% if card.source %}
{{ card.source }}
{% endif %} -
- {% endfor %} -
- - diff --git a/templates/blocks/emphasis/conclusion-accent-bar.html b/templates/blocks/emphasis/conclusion-accent-bar.html deleted file mode 100644 index 98be32b..0000000 --- a/templates/blocks/emphasis/conclusion-accent-bar.html +++ /dev/null @@ -1,38 +0,0 @@ - - -
- {% if label %}
{{ label }}
{% endif %} -
{{ conclusion_text }}
-
- - diff --git a/templates/blocks/emphasis/details-block.html b/templates/blocks/emphasis/details-block.html deleted file mode 100644 index ddc34d9..0000000 --- a/templates/blocks/emphasis/details-block.html +++ /dev/null @@ -1,67 +0,0 @@ - - -
- - {% if label %}{{ label }}{% endif %} - {{ summary_text }} - -
{{ detail_content }}
-
- - diff --git a/templates/blocks/emphasis/quote-left-border.html b/templates/blocks/emphasis/quote-left-border.html deleted file mode 100644 index 2e34870..0000000 --- a/templates/blocks/emphasis/quote-left-border.html +++ /dev/null @@ -1,30 +0,0 @@ - -
-
{{ quote_text }}
- {% if source %}
{{ source }}
{% endif %} -
- - diff --git a/templates/blocks/visuals/layer-diagram.html b/templates/blocks/visuals/layer-diagram.html deleted file mode 100644 index 51d5b3a..0000000 --- a/templates/blocks/visuals/layer-diagram.html +++ /dev/null @@ -1,50 +0,0 @@ - - -
- {% if title %}
{{ title }}
{% endif %} - - - {% for layer in layers %} - - - - - {% endfor %} - - - - - {% for layer in layers %} - {% set y = (layers|length - loop.index) * 55 + 20 %} - {% set offset = loop.index0 * 15 %} - - - {{ layer.label }} - {% endfor %} - -
- - diff --git a/templates/blocks/visuals/pyramid-hierarchy.html b/templates/blocks/visuals/pyramid-hierarchy.html deleted file mode 100644 index e770ceb..0000000 --- a/templates/blocks/visuals/pyramid-hierarchy.html +++ /dev/null @@ -1,40 +0,0 @@ - - -
- - - {% for level in levels %} - - - - - {% endfor %} - - - - - {% for level in levels %} - {% set i = loop.index0 %} - {% set y = i * 65 + 10 %} - {% set w_half = 60 + i * 55 %} - - {{ level.label }} - {% endfor %} - -
- - diff --git a/templates/blocks/visuals/timeline-horizontal.html b/templates/blocks/visuals/timeline-horizontal.html deleted file mode 100644 index 703465b..0000000 --- a/templates/blocks/visuals/timeline-horizontal.html +++ /dev/null @@ -1,37 +0,0 @@ - - -
- - - - {% for event in events %} - {% set x = loop.index0 * 160 + 60 %} - - - - - {{ event.year }} - - {{ event.title }} - {% if event.sub %} - {{ event.sub }} - {% endif %} - {% endfor %} - -
- - diff --git a/templates/blocks/visuals/timeline-vertical.html b/templates/blocks/visuals/timeline-vertical.html deleted file mode 100644 index 44b3e5c..0000000 --- a/templates/blocks/visuals/timeline-vertical.html +++ /dev/null @@ -1,74 +0,0 @@ - - -
- {% for event in events %} -
-
- - - - - {% if not loop.last %}
{% endif %} -
-
-
{{ event.year }}
-
{{ event.title }}
- {% if event.description %}
{{ event.description }}
{% endif %} -
-
- {% endfor %} -
- -