{{ 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. Paste some HTML above to publish your first one.
{{ template "footer" }} {{ end }}