{% extends "layout.html" %} {% block body %} {% markdown %} # Welcome, {{ user_name }} To complete your registration follow [this link]({{ registration_link }}) {% endmarkdown %} {% endblock %}