Blog {% include "partials/nav.html" %}
{% if user %}
Profile {% if can_create %} New Post {% endif %}
Sign Out
{% else %} Sign In {% endif %}