--- layout: page header-image: /assets/img/kenya_medical_records.jpg title: Blog permalink: /blog description: "Project updates, software release news and more about the community around HospitalRun." keywords: "release, updates, blog, news, community, hospitalrun" pagination: enabled: true ---
{% for post in paginator.posts %}

{{ post.title }}

{{ post.content | truncatewords: 30 }}
    {% if post.author %}
  • {{ post.title }} {{ post.author }}
  • {% endif %} {% if post.date %}
  • {{ post.title }}{{ post.date | date_to_long_string }}
  • {% endif %}
{% endfor %} {% include pagination.html %}
{% include sidebar.html %}