{% extends "community/layout.html" %} {% from "_twitter.html" import tweet_box %} {% block head %} {{ super() }} {% endblock %} {% block body %}

Twitter

Currently there is no dedicated Twitter account for updates regarding Flask, but here are some accounts that you might want to follow:

Recent Tweets

Here some aggregated tweets from various people all over the planet mentioning Flask: {{ tweet_box(tweets, 15) }} {% endblock %}