From 9c2d5861c5da85f99d9d06859c3537a0f1cee9b7 Mon Sep 17 00:00:00 2001 From: Ryan Pandya Date: Mon, 5 Sep 2022 02:07:07 -0700 Subject: [PATCH] Show Post --- .../lib/logsrv_web/templates/post/post.html.heex | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 logsrv/apps/logsrv_web/lib/logsrv_web/templates/post/post.html.heex diff --git a/logsrv/apps/logsrv_web/lib/logsrv_web/templates/post/post.html.heex b/logsrv/apps/logsrv_web/lib/logsrv_web/templates/post/post.html.heex new file mode 100644 index 0000000..4ceb364 --- /dev/null +++ b/logsrv/apps/logsrv_web/lib/logsrv_web/templates/post/post.html.heex @@ -0,0 +1,8 @@ +
+
+

<%= @post.date |> Calendar.strftime("%A, %b %d, %Y") %>

+
+
+
+ <%= content(@post.filename) %> +
\ No newline at end of file