module Orion::View::PartialHelpers

Direct including types

Defined in:

orion/view/partial_helpers.cr

Macro Summary

Macro Detail

macro render(*, partial, locals = NamedTuple.new) #

Render a view partial


[View source]
macro render(*, partial, collection, cached = false) #

Render a collection into a partial


[View source]