mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
9 lines
267 B
HTML
9 lines
267 B
HTML
{% if on_saltstack %}
|
|
<h4>SaltStack training</h4>
|
|
<p>
|
|
<a href="http://www.saltstack.com/training/">
|
|
Now offering remote attendee training!
|
|
{# <img src="{{ pathto('_static/images/salt-training.png', 1) }}" alt="" style="padding-bottom: 1em;"> #}
|
|
</a>
|
|
</p>
|
|
{% endif %}
|