<!doctype html> <html> <head> <title>National Law of {{.Country.Name}}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel="stylesheet" href="//{{.Domain}}/assets/style.css" /> </head> <body> <a href="//{{.Domain}}"><img alt="lex.surf" height=140 class=logo src="//{{.Domain}}/assets/logo.svg"></a> <h1>National Law of {{.Country.Name}}</h1> {{if not .Country.HasPlaceholder}} <p><big><a href="{{.Country.SearchURL}}">{{.Country.SearchURL}}</a></big></p> {{if not .HasJSONLaws}} (No search form here because the search isn't linkable.) {{end}} {{end}} {{if .Country.HasPlaceholder}} <form> {{end}} {{if or .Country.HasPlaceholder .HasJSONLaws}} <input id=search name=q aria-label="Search" autocomplete="off" autofocus {{if .HasJSONLaws}}data-json{{end}}> <ul id=suggestions></ul> {{end}} {{if .Country.HasPlaceholder}} </form> {{end}} <script src="//{{.Domain}}/assets/script.js"></script> </body> </html>