blonk is a radar for your web, where you follow vibes for cool blips on the radar
at main 10 lines 244 B view raw
1defmodule ElixirBlonkWeb.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 ElixirBlonkWeb, :html 8 9 embed_templates "page_html/*" 10end