sttemp

Simple template manager
git clone git://git.konyahin.xyz/sttemp
Log | Files | Refs | README | LICENSE

config.h (179B)


      1 /* See LICENSE file for copyright and license details. */
      2 
      3 const char template_dir[] = "~/project/templates/";
      4 const char pattern_start[] = "{|";
      5 const char pattern_end[] = "|}";