mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 23:22:53 +00:00
4 lines
178 B
Text
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) %>
|