All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liqp.tags.Raw Maven / Gradle / Ivy

package liqp.tags;

import liqp.nodes.LNode;

import java.util.Map;

class Raw extends Tag {

    /*
     * temporarily disable tag processing to avoid syntax conflicts.
     */
    @Override
    public Object render(Map context, LNode... nodes) {
        return nodes[0].render(context);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy