--- layout: default category: start permalink: /news title: News description: "Find out everything that is happening, visit the news frequently to discover the new features instantly. " ---

{{ page.title }}

{{ page.description }}


{% for post in site.posts limit: 1 %}
{% if post.image %} {{post.title}} {% endif %}
{{post.title}} {{post.tag}}

{{ post.date | date_to_string }}

Read more
{% endfor %}
{% for post in site.posts %}
{% if post.image %} {{post.title}} {% endif %}
{{post.title}} {{post.tag}}

{{ post.date | date_to_string }}


{{post.short_description}}

Read more
{% endfor %}