diff --git a/src/core/templates/static_pages/help.html b/src/core/templates/static_pages/help.html index e69de29..06c0332 100644 --- a/src/core/templates/static_pages/help.html +++ b/src/core/templates/static_pages/help.html @@ -0,0 +1,27 @@ +{% extends 'master.html' %} + +{% block content %} +

Help

+ +

Questions

+ + + +

Answers

+ + + +For more help please consult the documentation, GitHub issues, the community wiki or a search engine of your choice. +{% endblock %}