This is Terrable!

This site was generated with vanilla Terraform. Check out the source at GitLab.

Sample Layout

<!DOCTYPE html> <html lang="en"> <head> <title>${ meta.title }</title> <link rel="stylesheet" href="css/main.css" /> </head> <body> <nav> <a href="/" class="brand">Terrable</a> | <a href="rules.html">Rules</a> | <a href="https://gitlab.com/jonathanbaugh/terrable">Source</a> </nav> ${ content } </body> </html>

Sample Page

extends: layout.html title: This is a test page ‐‐‐ <h1>Welcome to the test page!</h1>

Watch

$ watch --color terraform apply -auto-approve