JOL/lib/jol_web/components/blog.ex

12 lines
235 B
Elixir
Raw Permalink Normal View History

2024-08-17 13:22:54 +00:00
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