mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-22 01:17:11 +08:00
8 lines
No EOL
133 B
HTML
8 lines
No EOL
133 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block htmltitle %}
|
|
<title>100 Go Mistakes</title>
|
|
{% endblock %}
|
|
|
|
{% block announce %}
|
|
{% endblock %} |