Operand

code is hell.

gram: operable

> ./lib/operable_web/controllers/page_html.ex

Lenses
(coming soon!)


defmodule OperableWeb.PageHTML do
  @moduledoc """
  This module contains pages rendered by PageController.

  See the `page_html` directory for all templates available.
  """
  use OperableWeb, :html

  embed_templates "page_html/*"
end