6 lines
297 B
Text
6 lines
297 B
Text
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head", title: @project.name_with_namespace
|
|
%body{class: "#{app_theme} application", :'data-page' => body_data_page}
|
|
= render "layouts/public_head_panel", title: project_title(@project)
|
|
= render 'layouts/page', sidebar: 'layouts/nav/project'
|