{% extends "base.html" %} {% block title %}{% if config.title %}{{ config.title }}{% else %}Welcome to wt-powered site!{% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %}

Welcome to wt-powered site!

This is the index page of your site generated using default mainpage template.

Usage examples:

$ wt -h         # cli usage help
$ wt init .     # bootstrap project in current directory
$ wt develop    # start development mode web-server
$ wt build      # build project

Short notes on default values:

The project is maintained on GitHub. Feel free to open an issue if needed.


Thank you for choosing wt!

{% endblock %}