class Marten::Template::Filter::Safe

Overview

The safe filter.

The safe filter allows to mark that a string is safe and that it should not be escaped before being inserted in the final output of a rendered template.

Defined in:

marten/template/filter/safe.cr

Instance Method Summary

Instance methods inherited from class Marten::Template::Filter::Base

apply(value : Value, arg : Value | Nil = nil) : Value apply

Instance Method Detail

def apply(value : Value, arg : Value | Nil = nil) : Value #

[View source]