Hash : 4d2883c6 Author : Thomas de Grivel Date : 2024-10-27T14:25:53
Download
1 2 3 4 5 6 7 8 9
defmodule PageView do def show_template = EKC3.load("app/templates/page/show.html.ekc3") def render_show = fn (html) { EKC3.render(show_template) } end