View Source Mobilizon.Web.PageView (Mobilizon v5.0.0-beta.1)

View for our webapp

Summary

Functions

The resource name, as an atom, for this view

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

Functions

The resource name, as an atom, for this view

Link to this function

language_direction(assigns)

View Source
@spec root?(map()) :: boolean()
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.