diff --git a/gawa/blog/templates/blog/featured.html b/gawa/blog/templates/blog/featured.html index 0fd2484..8177fef 100644 --- a/gawa/blog/templates/blog/featured.html +++ b/gawa/blog/templates/blog/featured.html @@ -1,23 +1,38 @@ {% load i18n %} +{% get_current_language as LANGUAGE_CODE %}
{{ post.desc_de }}
+ {% elif LANGUAGE_CODE == "en" %} +{{ post.desc_en }}
+ {% else %} +Some quick example text to build on the card title and make up the bulk of the card's content.
+ {% endif %}