JOL/lib/jol_web/components/blog.ex

12 lines
235 B
Elixir

defmodule JOLWeb.Components.Blog do
@moduledoc """
This module holds various ways of rendering a `JOL.Blog.Post`.
See the `blog` directory for the available templates.`
"""
use JOLWeb, :html
embed_templates "blog/*"
end