Resources
+-
+
- + Guides & Docs + +
- + Source + +
- + v1.4 Changelog + +
From 1566a2fcba0676cf54dde2b04702a320d9f1edcd Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 4 Feb 2020 13:49:53 +0100 Subject: Initial commit --- lib/waev_web/templates/layout/app.html.eex | 31 ++++++++++++++++++++++++++ lib/waev_web/templates/page/index.html.eex | 35 ++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 lib/waev_web/templates/layout/app.html.eex create mode 100644 lib/waev_web/templates/page/index.html.eex (limited to 'lib/waev_web/templates') diff --git a/lib/waev_web/templates/layout/app.html.eex b/lib/waev_web/templates/layout/app.html.eex new file mode 100644 index 0000000..3eb7e3a --- /dev/null +++ b/lib/waev_web/templates/layout/app.html.eex @@ -0,0 +1,31 @@ + + +
+ + + +<%= get_flash(@conn, :info) %>
+<%= get_flash(@conn, :error) %>
+ <%= render @view_module, @view_template, assigns %> +A productive web framework that
does not compromise speed or maintainability.