From a777ff7a1e5bb4bed847769310e061266062d2d0 Mon Sep 17 00:00:00 2001 From: worldwidepixel <58098422+worldwidepixel@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:20:44 -0700 Subject: [PATCH] Expand nation redesign to company pages. --- template/company.twig | 64 +++++++++++++++++++++++++++++++++---------- 1 file changed, 50 insertions(+), 14 deletions(-) diff --git a/template/company.twig b/template/company.twig index 2a11b44..4ed80ef 100644 --- a/template/company.twig +++ b/template/company.twig @@ -5,21 +5,57 @@ {% include 'includes/nav.twig' with {'page': 'company'} %}
- +
+
+

{{ company.name }}

+

{{ company.short }}

+

Logo

+ {{ company.name }}'s logo. +
+
+

Description

+

{{ company.description }}

+
+
+ + {% include 'includes/footer.twig' %} {% include 'includes/foot.twig' %} \ No newline at end of file