antikythera v0.2.0 AntikytheraCore.TemplateEngine View Source

This is an implementation of EEx.Engine that auto-escape dynamic parts within HAML templates.

Link to this section Summary

Link to this section Functions

Callback implementation for EEx.Engine.handle_begin/1.

Callback implementation for EEx.Engine.handle_body/1.

Callback implementation for EEx.Engine.handle_end/1.

Link to this function handle_expr(buffer, marker, expr) View Source

Callback implementation for EEx.Engine.handle_expr/3.

Link to this function handle_text(buffer, text) View Source

Callback implementation for EEx.Engine.handle_text/2.

Callback implementation for EEx.Engine.init/1.