module ContentForHelper

Direct including types

Defined in:

helpers/content_for.cr

Constant Summary

CONTENT_FOR_BLOCKS = Hash(String, Tuple(String, Proc(String))).new

Macro Summary

Macro Detail

macro content_for(key, file = __FILE__) #

[View source]
macro yield_content(key) #

[View source]