layouts/shortcodes/beta-status.html (7 lines of code) (raw):
<div class="alert alert-warning" role="alert">
<h4 class="alert-heading">Beta</h4>
This Kubeflow on Google Cloud component has <b>beta</b> status.
We are interested in your {{ if .Get "feedbacklink"}} {{ with .Get "feedbacklink" }}
<a href="{{ . | safeURL }}">feedback</a></h4>{{ end }} {{ else }}feedback{{ end }}
about the usability of the feature.
</div>