Listing multiple types of content in a page template
In this episode we make an index page that renders multiple types of content into one table.
Our CMS has Articles, Episodes and Resources, all of which can be tagged under a unified tagging system. We’ll make each tag link to a view of everything else that has been tagged with the same topic, regardless of whether those pieces of content are articles, episodes or resource links.
Read next Elixir: Do you have HTTP requests? You are doing them wrong!