module Orion::View::CaptureHelper

Defined in:

orion/view/capture_helper.cr

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.


[View source]
macro content_for(name, &block) #

[View source]