Add config file

This commit is contained in:
2023-04-15 21:11:27 +02:00
parent ca30f12f5a
commit 7c7b3ed561
8 changed files with 59 additions and 14 deletions

View File

@ -8,6 +8,7 @@ using System.Threading.Tasks;
namespace Elwig.Documents {
public static class Html {
private static RazorLightEngine? Engine = null;
public static bool IsReady => Engine != null;