{% extends "!page.html" %} {% block footer %} {# Copyright and (c) are redundant, leave only (c) #} {{ super() | replace('Copyright ', '') | replace('Made with', 'Built with') | replace('@pradyunsg\'s', 'customized theme') }} {% endblock %}