2020-06-12 20:03:43 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
|
2018-05-24 21:34:04 +00:00
|
|
|
|
|
|
|
<% if @theme == 'minimal' %>
|
|
|
|
<div class="minimalHeader">
|
|
|
|
<div class="container">
|
2020-06-10 22:31:47 +00:00
|
|
|
<img src="<%= image_path(Houdini.general.logo_full) %>" alt="Logo">
|
2018-05-24 21:34:04 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% end %>
|