defmodule ComfycampWeb.NotesHTML do @moduledoc """ This module contains pages rendered by NotesController. """ use ComfycampWeb, :html def index(assigns) do ~H"""
Создана: <%= @note.inserted_at %>
Обновлена: <%= @note.updated_at %>
<%= raw(@note_body) %>