diff --git a/.gitignore b/.gitignore index f8f11e0..a2d957b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .sass-cache .DS_Store node_modules +package-lock.json +pp-publish.sh diff --git a/templates/modular/services.html.twig b/templates/modular/services.html.twig new file mode 100644 index 0000000..63410bb --- /dev/null +++ b/templates/modular/services.html.twig @@ -0,0 +1,19 @@ +
+ {{ content|raw }} +
+ {% for service in page.header.services %} +
+ {% if service.url %}{% endif %} + + {% if service.url %}{% endif %} +
+

{{ service.title }}

+ {% if service.url %} +

{{ service.url }}
+ {% endif %} + {{ service.desc|raw }}

+
+
+ {% endfor %} +
+