{% extends "page.html" %} {% block content %}

Welcome to wt-powered site!

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

Usage examples:

$ wt -h         # cli usage help
$ wt init .     # bootstrap project in current directory
$ wt config     # dump default configuration
$ wt develop    # start development mode using intergated web-server
$ wt build      # build project

Short notes on default values:

All folders can be changed in wt.toml configuration file.

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


Thank you for choosing wt!

{% endblock %}