base.html.twig 248 B

123456789101112
  1. {% extends 'layout.html.twig' %}
  2. {%
  3. set topMenu = {
  4. "menu": [
  5. { "name": "User Manual", "url": "https://php-qrcode.readthedocs.io"},
  6. ],
  7. "social": [
  8. { "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/php-qrcode"},
  9. ]
  10. }
  11. %}