module Orion::View::CaptureHelper
Defined in:
Macro Summary
-
capture(&block)
The capture macro allows you to extract part of a template into a variable.
- content_for(name, &block)
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.