module Sc

Defined in:

sc.cr

Class Method Summary

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


[View source]
def self.render_sc(sc, context : Crinja::Context) : String #

Render shortcode using its template


[View source]