diff --git a/www/conservancy/templates/feeds/news_description.html b/www/conservancy/templates/feeds/news_description.html new file mode 100644 index 0000000000000000000000000000000000000000..34c9a6190e8e8f934367a0f0a67f91d5aada19c1 --- /dev/null +++ b/www/conservancy/templates/feeds/news_description.html @@ -0,0 +1,3 @@ +{% if obj.subhead %}

{{ obj.subhead|safe }}

{% endif %} +{{ obj.summary|safe }} +{{ obj.body|safe }}