{% extends "base.html" %} {% block content %}

{%- if current_user.is_authenticated -%}

Welcome, {{ name }}!

{%- endif -%}

{% endblock %}