Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
skb
master
ApplicationController
ContentForHelper
CustomElements
RecentlyChangedList
CustomElementsProcessorHelper
HeadingLinker
HeadingLinkerHelper
JasperHelpers
Tags
Page
Metadata
NotFound
PageController
SiteController
Tag
NotFound
TagController
TextConverterHelper
XMLOptions
Built with Crystal 1.9.2
2023-10-07 22:02:22 UTC
module
ContentForHelper
Direct including types
ApplicationController
Defined in:
helpers/content_for.cr
Constant Summary
CONTENT_FOR_BLOCKS
=
Hash
(
String
,
Tuple
(
String
,
Proc
(
String
))).new
Macro Summary
content_for
(key, file = __FILE__)
yield_content
(key)
Macro Detail
macro
content_for
(key, file = __FILE__)
#
[
View source
]
macro
yield_content
(key)
#
[
View source
]