composer req disjfa/glynn-theme-bundle
Basic theme bundle. Can be used in glynn-admin-symfony4. You can use the templates by extending the templates in your application. For the admin interface it uses the base of glynn-admin.
How, just extend some files in your main templates
folder:
{% extends "@GlynnTemplate/admin.html.twig" %}
Make awesome stuff!