View Source PlausibleWeb.LayoutView (Plausible v0.0.1)

Summary

Functions

The resource name, as an atom, for this view

Link to this function

base_email.html(assigns)

View Source
Link to this function

base_error.html(assigns)

View Source
Link to this function

flat_settings_options(conn)

View Source
Link to this function

is_current_tab(conn, tab)

View Source
Link to this function

priority_email.html(assigns)

View Source
Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

render_layout(layout, assigns, list)

View Source

http://blog.plataformatec.com.br/2018/05/nested-layouts-with-phoenix/

Link to this function

site_settings.html(assigns)

View Source
Link to this function

template_not_found(template, assigns)

View Source
@spec template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.