{% extends "base.html" %} {% from 'macros/logo.html' import render_logo as logo %} {% block content %} {{ logo(width=40, height=40) }} {% endblock %}