14 lines
400 B
HTML
14 lines
400 B
HTML
<div id="enterprise-content-container" class="enterprise-content">
|
|
<div class="centered-div">
|
|
% if enterprise_logo_url:
|
|
<img src="${enterprise_logo_url}" alt="${enterprise_name}" class="enterprise-logo">
|
|
% endif
|
|
<p>
|
|
${platform_welcome_string}
|
|
</p>
|
|
<p>
|
|
${enterprise_branded_welcome_string}
|
|
</p>
|
|
</div>
|
|
</div>
|