{% block extra_head %}{% endblock %}
RecommendEngine
Home
Products
{% if current_user.is_authenticated %}
{{ current_user.username }}
Logout
{% else %}
Login
Register
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}