diff --git a/src/core/templates/core/dashboard.html b/src/core/templates/core/dashboard.html new file mode 100644 index 0000000..1b34360 --- /dev/null +++ b/src/core/templates/core/dashboard.html @@ -0,0 +1,7 @@ +{% extends 'master.html' %} + +{% block content %} +

Welcome to Asiimov!

+

A fast, free, open-source trading platform for CS:GO items.

+

+{% endblock %}