<!doctype html> <html> <head> <title>Lex.surf: Portal to National Law</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel="stylesheet" href="/assets/style.css" /> </head> <body> <img height=140 class=logo src="/assets/logo.svg"> <h2>The portal to national law.</h2> <div class=countries> {{range $key, $c := .Countries -}} <a class=cc-link href="//{{$key}}.{{$.Domain}}" title="{{$c.Name}}">{{$key | ToUpper}}</a> {{- end}} </div> <p>More countries coming soon.</p> </body> </html>