Rename templates

This commit is contained in:
Zed
2019-06-24 23:25:21 +02:00
parent 2ee79e7970
commit 6c5f491ee0
5 changed files with 41 additions and 42 deletions

View File

@ -2,7 +2,9 @@ import asyncdispatch, asyncfile, httpclient, strutils, strformat, uri, os
import jester
import api, utils, types, cache, formatters
import views/[user, general, conversation]
include views/"user.nimf"
include views/"general.nimf"
const cacheDir {.strdefine.} = "/tmp/nitter"