|
@@ -1,7 +1,6 @@
|
|
<aside class="infobox">
|
|
<aside class="infobox">
|
|
<h2><bdi>{{ infobox.infobox }}</bdi></h2>
|
|
<h2><bdi>{{ infobox.infobox }}</bdi></h2>
|
|
{% if infobox.img_src %}<img src="{{ image_proxify(infobox.img_src) }}" title="{{ infobox.infobox|striptags }}" alt="{{ infobox.infobox|striptags }}" />{% endif %}
|
|
{% if infobox.img_src %}<img src="{{ image_proxify(infobox.img_src) }}" title="{{ infobox.infobox|striptags }}" alt="{{ infobox.infobox|striptags }}" />{% endif %}
|
|
- <p><bdi>{{ infobox.entity }}</bdi></p>
|
|
|
|
<p><bdi>{{ infobox.content | safe }}</bdi></p>
|
|
<p><bdi>{{ infobox.content | safe }}</bdi></p>
|
|
{% if infobox.attributes %}
|
|
{% if infobox.attributes %}
|
|
<div class="attributes">
|
|
<div class="attributes">
|