diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 43b221d..1e2be8f 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -42,6 +42,12 @@ {% endif %} + {# + {% if article.image %} + article header image + {% endif %} + #}
{{ article.content }} diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index f526922..9fa34fa 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -45,6 +45,10 @@

{{ article.summary|striptags }}
+ {% if article.image %} + article header image + {% endif %}

{% if not loop.last %}