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$ +
+