{% extends "base.html" %} {% from "macros/title.html" import title_tag with context %} {% block title %}{{ title_tag(None) }}{% endblock %} {% block heading %}

Welcome to {{ app_name }}!

{% endblock %} {% block content %}

{{ app_name }} is a social media platform made by people like you.
Log in or sign up to see {{ post_count }} posts and talk with {{ user_count }} users right now!

{% endblock %} {% block nav %} {% if top_communities %} {% from "macros/nav.html" import nav_top_communities with context %} {{ nav_top_communities(top_communities) }} {% endif %} {% endblock %}