TemplateType.java

package com.renomad.minum.templating;

enum TemplateType {
    STATIC_TEXT,
    DYNAMIC_TEXT,
    INNER_TEMPLATE
}