mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
6 lines
98 B
HTML
6 lines
98 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block htmltitle %}
|
|
<title>100 Go Mistakes</title>
|
|
{% endblock %}
|
|
|