5
0
mirror of https://git.coop/cotech/website.git synced 2024-09-03 05:26:03 +00:00
cotech-website/scripts/coop.erb.md

27 lines
475 B
Markdown
Raw Normal View History

---
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 %>