An example AT Protocol application, written in Elixir using atex and Drinkup.
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

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