This repository has been archived on 2022-02-09. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
196 B
Plaintext
Raw Permalink Normal View History

2022-02-08 23:17:35 -05:00
{% extends "base.html.j2" %}
{% from "macros.html.j2" import make_header %}
{% block header %}
{{ make_header('Disclose My Pay') }}
{% endblock %}
{% block content %}
Hello world
{% endblock %}