cover/Elixir.WalletWeb.Layouts.html

1
:-(
defmodule WalletWeb.Layouts do
2 @moduledoc """
3 This module holds different layouts used by your application.
4
5 See the `layouts` directory for all templates available.
6 The "root" layout is a skeleton rendered as part of the
7 application router. The "app" layout is set as the default
8 layout on both `use WalletWeb, :controller` and
9 `use WalletWeb, :live_view`.
10 """
11 use WalletWeb, :html
12
13 embed_templates "layouts/*"
14 end
Line Hits Source