{% extends "base.html" %} {% comment %} vim:ft=htmldjango: This site is the main page, the first users will see when they reach our homepage {% endcomment %} {% load news %} {% block extra_head %} {{ block.super}}{% endblock %} {% block content %}

Welcome to Widelands.org

Welcome!

Widelands is an open source real-time strategy game with a singleplayer campaign as well as a multiplayer mode. If you knew Settlers I & II™ (© Bluebyte), then you already have a rough idea what Widelands is all about because it is heavily inspired by those two games. For more information read the full description and look at some screenshots.

Widelands is currently (and will always be) under development, but you can play the newest beta build17. Download the game for different platforms or read the changelog.

You are also invited to visit the Forums: chat with the community about the game, find playing mates for multiplayer, help translating, discuss graphics, music and much more.

{% get_latest_posts 3 as latest_posts_list %} {% if latest_posts_list %}

News

{% for object in latest_posts_list %} {% include "news/inlines/post_detail.html" %} {% endfor %}

News archive

{% endif %} {% endblock %}