mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
5 lines
219 B
HTML
5 lines
219 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
📢 I have just released a daily newsletter for coders: The Coder Cafe ☕. Feel free to have a look at <a href="https://thecoder.cafe">thecoder.cafe</a>.
|
|
{% endblock %}
|