{% block page_content %}
    <h4>News</h4>
    {% for item in result %}
    <p><a target="_blank" href="{{ item['link'] }}">{{ item['message'] }}</a></p>
    <span class="tweet_day">{{ item['created_time'] }}</span>
    {% endfor %}<br />
    <a href="/news/all">>>></a>
{% endblock %}