mirror of
https://github.com/correl/codereview.git
synced 2025-01-19 11:04:10 +00:00
5 lines
85 B
HTML
5 lines
85 B
HTML
|
{% extends "layouts/default.html" %}
|
||
|
{% block content %}
|
||
|
Goodbye!
|
||
|
{% endblock %}
|