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