{% extends "layout/layout.html" %} {% block body %} <ul> <p> <a href="{{ url_for('printer') }}">Click here to print!</a> </p> </ul> {% endblock %}