From 54ff639713a824474d685193b393c75c4ed8cec6 Mon Sep 17 00:00:00 2001 From: sptaule Date: Tue, 1 Feb 2022 16:08:16 +0100 Subject: Add Download page --- templates/download.html | 224 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 224 insertions(+) create mode 100644 templates/download.html (limited to 'templates/download.html') diff --git a/templates/download.html b/templates/download.html new file mode 100644 index 0000000..7d5e422 --- /dev/null +++ b/templates/download.html @@ -0,0 +1,224 @@ +{% extends 'base.html' %} + +{% block title %} +{{ config.title }} | {{ page.title }} +{% endblock %} + +{% block content %} +
+
+
+

Garage releases

+
+
+
+
+

Release Builds

+
+
+
+

Extra Builds

+

Extra builds are built on demand to test a specific feature or a specific need.

+
+ Show Extra Builds +
+
+
+
+

Development Builds

+

Development builds are built periodically. Use them if you want to test a specific feature that is not yet released.

+
+ Show Development Builds +
+
+
+
+ +
+
+{% endblock %} + +{% block custom_js %} + +{% endblock %} -- cgit v1.2.3