--- layout: single --- {%assign todo = "parent,use,sector,market,projects,feed,policy,event,tags" | split: ","%} {%assign socials = "discord,crunchbase,linkedin,telegram,twitter,youtube" | split: ","%} {%assign core = "docs,developers,app,forum,github" | split: ","%} {% if page.name %} {% for row in site.data.companys %} {% if row.name == page.name %}

{%if row.location %} Location: {{row.location}} {% elsif row.region%}  Region: {{row.region}} {%endif%} {%if row.founders != nil %} {% if row.founders contains ';' %} {% assign authors = row.founders | replace: ";","," %}  Founders: {{authors}} {%else%}  Founder: {{row.founders}} {%endif%} {%endif%} {%if row.date != nil %} Founded: {{row.date}} {%endif%}
Main: Website Blog  {% for item in row %} {% if core contains item.first %} {% if item.last != nil %} {{item.first | capitalize}}  {% endif %} {% endif %} {% endfor %} Socials: {% for item in row %} {% if socials contains item.first %} {% if item.last != nil %} {{item.first | capitalize}}  {% endif %} {% endif %} {% endfor %}

{{row.text | markdownify }}

{% endif%} {% endfor %}

{%assign headers = "Meta,Ecosystem,Product,Standards,HowTo,Resources,Explainer" | split: "," %} {% for item in headers %} {%assign mark=''%} {% for row in site.data.content %} {% if row.section == item and row.main == page.name and mark != 1 %}{%assign mark = 1%}

{{item | capitalize}}

{% endfor %} {%for row in site.data.content%} {% if row.main != page.name and row.related contains page.name %} {% assign count = 1 %} {%endif%} {%endfor%} {%if count == 1%}

From other pages on this site. (Beta)

{%endif%} {%endif%}