Packages

Telegram bot API client for Elixir with UI for easier management

Current section

Files

Jump to
ex_telegram_phx lib ex_telegram_phx_web controllers page_html.ex
Raw

lib/ex_telegram_phx_web/controllers/page_html.ex

defmodule ExTelegramPhxWeb.PageHTML do
@moduledoc """
This module contains pages rendered by PageController.
See the `page_html` directory for all templates available.
"""
use ExTelegramPhxWeb, :html
embed_templates "page_html/*"
end