mirror of https://github.com/docker/docs.git
10 lines
394 B
HTML
10 lines
394 B
HTML
<div class="px-4 border-l-2 border-l-magenta-light dark:border-l-magenta-dark">
|
|
<p class="not-prose flex gap-2 items-center text-magenta-light dark:text-magenta-dark">
|
|
<span class="icon-svg pb-1">
|
|
{{ partialCached "icon.html" "science" "science" }}
|
|
</span>
|
|
<strong>{{ .Get "title" | default (i18n "experimental") }}</strong>
|
|
</p>
|
|
{{ .InnerDeindent | safe.HTML }}
|
|
</div>
|