cdn/app/views/docs/show.html.erb
2026-01-30 13:45:56 -05:00

4 lines
178 B
Text

<% content_for(:title) { "#{@doc.title} - Docs" } %>
<%= render(Components::HeaderBar.new) unless signed_in? %>
<%= render Components::Docs::Page.new(doc: @doc, docs: @docs) %>