mirror of
https://git.coop/cotech/website.git
synced 2024-10-31 22:08:44 +00:00
27 lines
475 B
Markdown
27 lines
475 B
Markdown
|
---
|
||
|
title: <%= title %>
|
||
|
name: <%= name %>
|
||
|
website: <%= website %>
|
||
|
email: <%= email %>
|
||
|
twitter: <%= twitter %>
|
||
|
github: <%= github %>
|
||
|
telephone: <%= telephone %>
|
||
|
address: <%= address %>
|
||
|
latitude: <%= latitude %>
|
||
|
longitude: <%= longitude %>
|
||
|
clients:
|
||
|
<% clients.each do |client| %>
|
||
|
- <%= client %>
|
||
|
<% end %>
|
||
|
services:
|
||
|
<% services.each do |service| %>
|
||
|
- <%= service %>
|
||
|
<% end %>
|
||
|
technologies:
|
||
|
<% technologies.each do |technology| %>
|
||
|
- <%= technology %>
|
||
|
<% end %>
|
||
|
---
|
||
|
|
||
|
<%= body %>
|