2020-06-12 15:03:43 -05: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 16:34:04 -05:00
|
|
|
|
|
|
|
<% if @theme == 'minimal' %>
|
|
|
|
<div class="minimalHeader">
|
|
|
|
<div class="container">
|
2020-06-10 17:31:47 -05:00
|
|
|
<img src="<%= image_path(Houdini.general.logo_full) %>" alt="Logo">
|
2018-05-24 16:34:04 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% end %>
|