From 0daf3000609b6444ff49e701f0cffda0d53a9b8a Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 24 Aug 2025 23:37:56 -0400 Subject: [PATCH] templates: added a tickets template still need to replace the file list with a list of issues in the repository, add discussions, etc. --- assets/templates/repo/tickets.html | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 assets/templates/repo/tickets.html diff --git a/assets/templates/repo/tickets.html b/assets/templates/repo/tickets.html new file mode 100644 index 0000000..fe4a0ff --- /dev/null +++ b/assets/templates/repo/tickets.html @@ -0,0 +1,42 @@ +{% extends "base.html" %} + +{% block page %}tickets{% endblock page %} + +{% block content %} +
+ +{% block readme %} +
+
+

Ticket title

+ {{ readme_content }} +
+
+{% endblock readme %} +
+{% endblock content %}