An example AT Protocol application, written in Elixir using atex and Drinkup.
at main 10 lines 244 B view raw
1defmodule StatusphereWeb.PageHTML do 2 @moduledoc """ 3 This module contains pages rendered by PageController. 4 5 See the `page_html` directory for all templates available. 6 """ 7 use StatusphereWeb, :html 8 9 embed_templates "page_html/*" 10end