Changed the rendering code for templating output
authorHarishankar <v.harishankar@gmail.com>
Tue, 19 May 2020 14:47:38 +0000 (20:17 +0530)
committerHarishankar <v.harishankar@gmail.com>
Tue, 19 May 2020 14:47:38 +0000 (20:17 +0530)
Changed from the C sprintf to using library libfmt::format in C++
to use named parameters in the template. NOTE: This means the
template file cannot contain any { or } other than the template
variables otherwise it screws up. So moved the CSS stylesheet to its
own template


No differences found