From d6c587417e1e6f11723a5d19647f20a04b88e2e3 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 27 Dec 2025 00:20:55 +0100 Subject: [PATCH] Add templates for model kits and model kits that are not yet ready. --- portfolio/templates/default.html | 12 +++++ portfolio/templates/model-kit-not-ready.html | 15 ++++++ portfolio/templates/model-kit.html | 51 ++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 portfolio/templates/model-kit-not-ready.html create mode 100644 portfolio/templates/model-kit.html diff --git a/portfolio/templates/default.html b/portfolio/templates/default.html index 2a94c55..2aed463 100644 --- a/portfolio/templates/default.html +++ b/portfolio/templates/default.html @@ -10,6 +10,18 @@ + + + + + + + + + + + + $partial("templates/navbar.html")$ diff --git a/portfolio/templates/model-kit-not-ready.html b/portfolio/templates/model-kit-not-ready.html new file mode 100644 index 0000000..294fd5b --- /dev/null +++ b/portfolio/templates/model-kit-not-ready.html @@ -0,0 +1,15 @@ +
+
+
+
+ + + $body$ +
+
diff --git a/portfolio/templates/model-kit.html b/portfolio/templates/model-kit.html new file mode 100644 index 0000000..0f12e80 --- /dev/null +++ b/portfolio/templates/model-kit.html @@ -0,0 +1,51 @@ +
+
+ Posted on $date$ +
+
+
+ Model information + + + + + + + + + + + + + + + + + + + +
Model$model_name$
Scale$scale$
Series$series$
Manufacturer$manufacturer$
Release year$release$
Kit number$number$
+ + Purchase information + + + + + + + + + + + + + + + + +
Date$purchase_date$
Price$price$
Store$purchase_store$
Venue$purchase_venue$
Location$purchase_location$
+ + + $body$ +
+