Packages

An Elixir framework to build your own in-house PaaS (Platform as a Service).

Current section

Files

Jump to
antikythera priv gear_template web template layout application.html.haml
Raw

priv/gear_template/web/template/layout/application.html.haml

!!! 5
%html(lang="ja")
%head
%meta(charset="utf-8")
%meta(content="" name="keywords")
%meta(content="" name="description")
%meta(name="viewport" content="width=device-width, initial-scale=1")
%meta(http-equiv="X-UA-Compatible" content="IE=edge")
%title <%= gear_name_camel %>
%body
= yield