chiya/lib/chiya_web/controllers/page_html/channel.html.heex

11 lines
346 B
Text
Raw Normal View History

<div class="px-4 py-10 sm:py-28 sm:px-6 lg:px-8 xl:py-32 xl:px-28">
<div class="mx-auto max-w-xl lg:mx-0">
<h1 class="mt-4 text-[2rem] font-semibold leading-10 tracking-tighter text-zinc-900">
<%= @channel.name %>
</h1>
<p class="mt-4 text-base leading-7 text-zinc-600">
<%= @channel.content %>
</p>
</div>
2023-03-09 21:43:30 +01:00
</div>