shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

recurring_button.twig (206B)


      1 <div class="buttons clearfix">
      2   <div class="pull-right">
      3     {% for button in buttons %}
      4     <a href="{{ button.link }}" class="btn btn-primary">{{ button.text }}</a>
      5     {% endfor %}
      6   </div>
      7 </div>