krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
1<!DOCTYPE html>
2<html>
3 <head>
4 <title>SkunkyArt | Daily Deviations</title>
5 <link rel="stylesheet" href="{{.BasePath}}stylesheet">
6 <link rel="icon" type="image/x-icon" href="{{.BasePath}}favicon.ico">
7 </head>
8 <main>
9 <header>
10 <h1><a href="{{.BasePath}}">HOME</a> | <a href="{{.BasePath}}dd">DD</a> | <a href="?atom=true">RSS</a></h1>
11 <form method="get" action="{{.BasePath}}search">
12 <input type="text" name="q" placeholder="Search for ..." autocomplete="off" autocapitalize="none" spellcheck="false">
13 <select name="type">
14 <option value="all">All</option>
15 <option value="tag">Tag</option>
16 <option value="r">Groups</option>
17 </select>
18 <button type="submit">Search!</button>
19 </form>
20 </header>
21 {{if ne .Templates.DDStrips ""}}
22 <h2 id="strips"><a href="#strips">#</a> Strips</h2>
23 {{.Templates.DDStrips}}
24 {{end}}
25 <h2 id="content"><a href="#content">#</a> Content</h2>
26 {{.Templates.SomeList}}
27 </main>
28</html>