private-preview.html 575 B

123456789101112
  1. <div class="private-preview">
  2. <strong class="gutter">PREVIEW</strong>
  3. {{ with .Inner}}{{.|$.Page.RenderString}}{{else}}This feature{{ end }} is in
  4. <strong><a href="https://materialize.com/preview-terms/">private preview</a></strong>.
  5. It is under active development and may have stability or performance issues.
  6. It isn't subject to our backwards compatibility guarantees.
  7. {{if not (.Get "enabled-by-default")}}
  8. <br><br>
  9. To enable this feature in your Materialize region,
  10. <a href="https://materialize.com/docs/support/">contact our team</a>.
  11. {{end}}
  12. </div>