diff --git a/src/scss/detail.scss b/src/scss/detail.scss
index e69de29..acd1dd6 100644
--- a/src/scss/detail.scss
+++ b/src/scss/detail.scss
@@ -0,0 +1,25 @@
+// detail view stylesheet
+
+@import "bootstrap/scss/functions";
+@import "bootstrap/scss/variables";
+@import "bootstrap/scss/mixins";
+
+#taskDetailsContainer {
+ > * {
+ padding-top: 1rem;
+ padding-bottom: 1rem;
+ }
+
+ a,
+ .btn {
+ font-weight: bold;
+
+ @include media-breakpoint-up(sm) {
+ min-width: 5rem;
+ }
+
+ @include media-breakpoint-up(md) {
+ min-width: 7.5rem;
+ }
+ }
+}
diff --git a/src/views/detail_view.hbs b/src/views/detail_view.hbs
index e69de29..dc4c443 100644
--- a/src/views/detail_view.hbs
+++ b/src/views/detail_view.hbs
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+ {{title}} | Task Tracker
+
+
+{{! TODO: add header/navbar }}
+
+
+ {{>partials/detail_main
+ pk="419ed328-b9ca-415b-90a0-6aafc5b0cdd3"
+ summary="Dozens of disconnections will be
+ lost in voyages like stigmas in peaces"
+ description="I destroy this paralysis, it's called huge ellipse. All hands go, delighted life! Where is the
+ clear dosi? Procedure, moon, and beauty. The collision course is a chemical ship. This procedure has only been
+ eated by a conscious green people. The reliable teleporter patiently transfers the cosmonaut. The pattern is
+ an ordinary creature. All of those stars travel reliable, strange suns. The assimilation is a futile sun.
+ Go without faith, and we won’t manifest a pathway. The space is rudely quirky. All the sensors will be lost in
+ nuclear fluxs like galaxies in faiths Surprisingly question a planet. Countless adventures will be lost in
+ mysteries like anomalies in minds Real green people, to the solar sphere. The moon is a dead parasite.
+ Shields up, cold modification! The phenomenan is virtually greatly exaggerated."
+ assignee="Pippin Sackville-Baggins"
+ reporter="Wilcome Brownlock"
+ created_at="2024-01-15T14:49:13"
+ updated_at="2024-01-15T14:49:17"
+ can_edit=true
+ completed=false
+ }}
+
+
+
+
diff --git a/src/views/partials/detail_main.hbs b/src/views/partials/detail_main.hbs
new file mode 100644
index 0000000..6cf9569
--- /dev/null
+++ b/src/views/partials/detail_main.hbs
@@ -0,0 +1,53 @@
+
+
+
+
+ {{description}}
+
+
+
+