defmodule CMSWeb.PostHTML do
  @moduledoc false
  use CMSWeb, :html

  embed_templates "post_html/*"
end