View Source Swoosh.Gallery.Layout (swoosh_gallery v0.2.0)

This is the base layout of the Gallery. This is used both on Swoosh.Gallery.Plug and Mix.Tasks.Swoosh.Gallery.Html.

Summary

Functions

Renders a layout. See template.html.eex to find all the properties used by this.

Functions

Link to this function

render(gallery, assigns \\ [])

View Source
@spec render(
  atom(),
  keyword()
) :: binary()

Renders a layout. See template.html.eex to find all the properties used by this.