Articles about task management and productivity

Latest blog posts and articles from our blog

<% for post in @posts %>

<%= link_to post.title, post.url %>

<% end %>
<%= small_button(t('txt.home.see_other_posts'), blog_url) %>
<% if @featured_articles.present? || @articles.present? %>

Articles about productivity, to-do lists, task lists and being organized

<% for article in @articles %>

<%= link_to article.title, article %>

<% end %>
<% end %>