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