{{template "header" .}}
{{ if .NEWS }}
{{ .NEWS.Label }}
{{ .NEWS.Body }} {{ if .NEWS.Signature }}{{ .NEWS.Signature }}{{ end }}
{{ end }}
Play using the web client
Play Now
Play using a normal MUD client
Connect to willowdalemud.com
Standard telnet port: {{ join .CONFIG.Network.TelnetPort ", " }} {{ if and .CONFIG.Network.SecureTelnetPort (ne (index .CONFIG.Network.SecureTelnetPort 0) "0") }} Secure (TLS) port: {{ join .CONFIG.Network.SecureTelnetPort ", " }} {{ end }}
We recommend Mudlet for telnet connections.
{{ if .LORE_FEATURE }}

Lore - {{ .LORE_FEATURE.Title }}

{{ .LORE_FEATURE.Excerpt }}

Read more ›
{{ end }} {{ if .AREA_FEATURE }}

Atlas - {{ .AREA_FEATURE.Title }}

{{ if .AREA_FEATURE.Summary }}

{{ .AREA_FEATURE.Summary }}

{{ end }} Read more ›
{{ end }} {{ if .BOOK_FEATURE }}

Books & Stories{{ if .BOOK_FEATURE.Series }} - {{ .BOOK_FEATURE.Series }}{{ end }}

{{ if .BOOK_FEATURE.Summary }}

{{ .BOOK_FEATURE.Summary }}

{{ end }} Read more ›
{{ end }}
{{ if .CHANGELOG }}
Recent Changes
Scroll for more
{{ range .CHANGELOG }}
{{ .Date }} {{ if .Version }} v{{ .Version }} {{ end }}
{{ .Message }}
{{ end }}
{{ end }}
{{template "footer" .}}