diff --git a/src/open_inwoner/components/templates/components/Card/RenderCard.html b/src/open_inwoner/components/templates/components/Card/RenderCard.html index d78dc5d405..ac2f325bfc 100644 --- a/src/open_inwoner/components/templates/components/Card/RenderCard.html +++ b/src/open_inwoner/components/templates/components/Card/RenderCard.html @@ -2,22 +2,25 @@ {# Utilizes same template as Card. #}
- {% if src %} - - {{ alt }} - - {% endif %} + -
- {% if title %} -

- {% if href %} - {% link href=href text=title %} - {% else %} - {{ title }} - {% endif %} -

+ {% if src %} +
+ {{ alt }} + {% endif %} - {{ contents }} -
+ +
+ {% if title %} +

+ {% if href %} + {% link href=href text=title %} + {% else %} + {{ title }} + {% endif %} +

+ {% endif %} + {{ contents }} +
+