header-buttons.html 238 B

123456789101112
  1. {% if page %}
  2. <div>
  3. {% if user %}
  4. {% include 'header-button-like.html' %}
  5. {% endif %}
  6. </div>
  7. <div class="m-l-5">
  8. {% if user %}
  9. {% include 'header-button-bookmark.html' %}
  10. {% endif %}
  11. </div>
  12. {% endif %}