in securedrop.py [0:0]
def render_page(securedrop_url: str, securedrop_url_human: str, path: str, passes_healthcheck: bool):
root_template = env.get_template('securedrop.html')
return root_template.render(
securedrop_url=securedrop_url,
securedrop_url_human = securedrop_url_human,
path=path,
passes_healthcheck=passes_healthcheck
)