{{ define "dashboard" }} {{ template "head" "Dashboard" }} {{ template "header" true }}
Artifacts
{{ .Stats.TotalArtifacts }}
Views (7d)
{{ .Stats.Views7d }}
Views (30d)
{{ .Stats.Views30d }}
Storage
{{ humanSize .Stats.StorageBytes }}

Publish

{{ if .FlashSlug }}
Published {{ .BaseURL }}/p/{{ .FlashSlug }}
{{ end }}
{{ range .Items }} {{ else }} {{ end }}
Slug Title Views Last viewed 7-day Size Actions
{{ .Slug }} {{ if .HasPassword }}๐Ÿ”’{{ end }} {{ if .Title }}{{ .Title }}{{ else }}โ€”{{ end }} {{ .ViewCount }} {{ humanTime .LastViewedAt }} {{ sparkline .Spark }} {{ humanSize .SizeBytes }} Open
No artifacts yet. Drop an HTML file above to publish your first one.
{{ template "footer" }} {{ end }}