dashboard.twig 398 B

123456789101112131415161718
  1. {% extends "_base/_page-nav.twig" %}
  2. {% block page_title __('Squarepay Dashboard') %}
  3. {% block page_main %}
  4. <p>
  5. At the moment all this enables you to do is authorise this site to use Square Payments, but I may expand functionality in the future.
  6. </p>
  7. <br>
  8. <a href="{{ auth_link }}" class="btn btn-primary">Authorise Site</a>
  9. <br><br>
  10. {{ dump(config) }}
  11. {% endblock %}