From dc557895b1bd517bbdc2821a79f2be12624010d6 Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Fri, 11 Apr 2025 01:33:39 -0400 Subject: Faccets phase 1 changes, to include Add a view for a faccets details --- templates/details.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/details.html (limited to 'templates/details.html') diff --git a/templates/details.html b/templates/details.html new file mode 100644 index 0000000..3b16fe3 --- /dev/null +++ b/templates/details.html @@ -0,0 +1,22 @@ +{% extends 'base.html' %} + +{% block content %} +
+

Details of {{faccet.name}}

+

{{faccet.name}} is a part of {{creator.username}} and was born on {{faccet.birth|datetime('%m-%d-%Y')}} +

+

Biographical or Reference Information

+

{{faccet.bio}}

+
+
+

Posts by {{faccet.name}}

+ + + +
+{% endblock %} \ No newline at end of file -- cgit 1.4.1-2-gfad0