Introduction to Heex

<.flash_group flash={@flash} />
<div class="em-gradient flex flex-col items-center justify-center p-4">
<div class="flex justify-between w-full mb-10 px-4">
<div class="flex ml-10 items-center">
<img src="/images/user-image.svg"
alt="profile image"
class="round-image-padding w-8 h-8 mb-6" />
<div class="flex flex-col ml-4">
<div class="font-bold text-base text-emLavender-dark">
<%= @current_user.email %>
<span class="text-white">/</span>
<%= @gist.name %>
</div>
<div class="text-lg text-white font-bold"> <%= @gist.updated_at %></div>
<div class="text-left text-sm text-white font-brand">
<%= @gist.description %>
</div>
</div>
</div>
<div class="flex items-center mr-10">
<button phx-click="savegist" class="flex items-center bg-emPurple hover:bg-emPurple-dark border-white border-[1px] text-white h-8 font-bold py-2 px-2 rounded-l-md"
>