pinchflat/lib/pinchflat_web/controllers/media/media_item_html.ex
Kieran 77f06bfbc8 Media UI v1 (#17)
* Updated comments

* Added basic media tables to sources#show

* Adds a very basic listing and show page for media
2024-02-09 19:21:51 -08:00

5 lines
115 B
Elixir

defmodule PinchflatWeb.Media.MediaItemHTML do
use PinchflatWeb, :html
embed_templates "media_item_html/*"
end