components/download-button/download-button.html (17 lines of code) (raw):

{# @download-button # # parameters: # class - string # label - string # include_privacy_link - boolean #} <div class="mzp-c-button-download-container"> <a href="#" class="mzp-c-button mzp-t-product{% if class %} {{ class }}{% endif %}"> {{ label }} </a> {%- if include_privacy_link %} <small class="mzp-c-button-download-privacy-link"> <a href="https://www.mozilla.org/privacy/firefox/">Firefox Privacy Notice</a> </small> {% endif -%} </div>