{% if title == "Início" or title == "Criar Conta" or title == "Entrar" %} {% elseif title == "Sobre" %} {% else %} {% endif %}
{% include "partials/navbar.html" %} {% block body %}{% endblock %}