<%= get_flash(@conn, :info) %>
+<%= get_flash(@conn, :error) %>
+ <%= render @view_module, @view_template, assigns %> +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 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lib/waev_web/templates/layout/app.html.eex (limited to 'lib/waev_web/templates/layout') 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 %> +