shop.balmet.com

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

buttons.twig (186B)


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