module MyBakedTemplateFileSystem

Overview

This module bakes the default templates into the binary so we don't have to carry them around

Extended Modules

Defined in:

templates.cr

Macro Summary

Macro Detail

macro bake_folder(path, dir = __DIR__, allow_empty = false) #