{% extends 'base.html' %} {% from 'bootstrap5/utils.html' import render_icon %} {% block content %}
{{ render_icon("google") }} Sign in with Google
{% endblock %}