module Orion::View::CaptureHelper

Defined in:

Macro Summary

Macro Detail

macro capture(&block) #

The capture macro allows you to extract part of a template into a variable. You can then use this variable anywhere in your templates or layout.


macro content_for(name, &block) #