module Sc
Defined in:
sc.crClass Method Summary
-
.load_shortcodes
Load shortcodes from shortcodes/ and put them in the k/v store TODO refactor duplication from Templates.load_templates
-
.render_sc(sc, context : Crinja::Context) : String
Render shortcode using its template
Class Method Detail
def self.load_shortcodes
#
Load shortcodes from shortcodes/ and put them in the k/v store
TODO refactor duplication from Templates.load_templates