VerkWeb.LayoutView

Summary

__phoenix_recompile__?()

Returns true whenever the list of templates changes in the filesystem

__resource__()

The resource name, as an atom, for this view

__templates__()

Returns the template root alongside all templates

menu_item(conn, path, item)
render(template, assigns \\ %{})

Renders the given template locally

retries_count()
template_not_found(template, assigns)

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

total_stats()

Functions

__phoenix_recompile__?()

Returns true whenever the list of templates changes in the filesystem.

__resource__()

The resource name, as an atom, for this view

__templates__()

Returns the template root alongside all templates.

render(template, assigns \\ %{})

Renders the given template locally.

retries_count()
template_not_found(template, assigns)

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

total_stats()