{% extends "community/layout.html" %}
{% block title %}Badges{% endblock %}
{% macro badge(filename, title) -%}
{%- endmacro %}
{% macro show_badge(filename, title) -%}
{{ badge(filename, title) }}
{{ badge(filename, title)|forceescape }}
If you want to share the word and want to add a “powered by Flask” badge to your website you can display one of these nifty badges. We also have some badges if your website is not yet powered by Flask :)
Idea for badges inspired by the Django Framework badges.
{% endblock %}