% documents = Mutx::Database::MongoConnector.get_all_documentation Here you will find information about Mutx. What it is and how it works.
% if documents % documents.each do |document| % next if document["title"]=="README" % end

{{document["title"].capitalize.gsub("_"," ")}}

{{document["body"].split("=").first.delete("\n")}}

Read more »
% else

Could not find documentation

% end