Tag - branch -callablecallable-rebasefastfast2frameherunstoofastforushttpdjeremy_rebasedmarshallmarshall_before_mergemarshall_rebasemasterpdfpointertlsconfigurefnfractionsfractions-rebaselinuxratio-rebasev0.1- tag -v0.1.9v0.1.8v0.1.7v0.1.6v0.1.5v0.1.4v0.1.3v0.1.2v0.1.12v0.1.11v0.1.10v0.1.1v0.1.0v0HTTPd-v0.1.0v0.1.15v0.1.14v0.1.13HTTPd-v0.2.0HTTPd-v0.1.1
Hash : 4d2883c6 Author : Thomas de Grivel Date : 2024-10-27T14:25:53
wip test_httpd
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