| 123456789101112 |
- {% extends 'layout.html.twig' %}
- {%
- set topMenu = {
- "menu": [
- { "name": "User Manual", "url": "https://php-qrcode.readthedocs.io"},
- ],
- "social": [
- { "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/php-qrcode"},
- ]
- }
- %}
|