daily-tracker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

page_html.ex (246B)


      1 defmodule DailyTrackerWeb.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 DailyTrackerWeb, :html
      8 
      9   embed_templates "page_html/*"
     10 end