GetOpt.php
a better getopt for php
{% for link in site.data.menu %} {% if link[1].index %}
{{ link[0] }}
{% for sublink in link[1].sub %}
{{ sublink[0] }}
{% endfor %}
{% else %}
{{ link[0] }}
{% endif %} {% endfor %}
View the Project on GitHub
getopt-php/getopt-php
{{ content }}