{{ currentArticle.getEscapedStory() }}
{% if newsPage != "custom_event" %} {% endif %}
{% else %}
{% include "base/footer.tpl" %}
{% if newsPage == "news" %}
News
{% endif %} {% if newsPage == "events" %}Events
{% endif %} {% if newsPage == "fansites" %}Fansites
{% endif %}
{% if monthlyView %}
{% for month in months.entrySet() %}
{% include "habblet/news_sidebar.tpl" with { "articles": month.getValue(), "header": month.getKey() } %}
{% endfor %}
{% elseif archiveView %}
{% for archived in archives.entrySet() %}
{% include "habblet/news_sidebar.tpl" with { "articles": archived.getValue(), "header": archived.getKey() } %}
{% endfor %}
{% else %}
{% include "habblet/news_sidebar.tpl" with { "articles": articlesToday, "header": 'Today' } %}
{% include "habblet/news_sidebar.tpl" with { "articles": articlesYesterday, "header": 'Yesterday' } %}
{% include "habblet/news_sidebar.tpl" with { "articles": articlesThisWeek, "header": 'Last week' } %}
{% include "habblet/news_sidebar.tpl" with { "articles": articlesThisMonth, "header": 'Last month' } %}
{% include "habblet/news_sidebar.tpl" with { "articles": articlesPastYear, "header": 'This year' } %}
{% endif %}
{% if (not archiveView) %}
More news »
{% endif %}
{% endif %}
{% if "currentArticle" is present %}
{% endif %}
{% endif %}
{{ currentArticle.title }}
{% if newsPage != "custom_event" %} {% endif %} {% if currentArticle.articleImage != "" %}{{ currentArticle.shortstory }}
{% include "base/ads_container.tpl" %}