From 060d896fc8e1f92f59139e10bfee67ff19d8af5f Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Mon, 13 Jun 2016 12:24:04 +0700 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 4272438..3661211 100644 --- a/TODO.md +++ b/TODO.md @@ -8,5 +8,6 @@ * [ ] Hot module replacment for monkberry-loader (good starting point is this commit [eb226f](https://github.com/monkberry/monkberry-loader/commit/eb226f23bc425617898d14d5d60ea3823d1bddec)) :star: * [ ] Server side rendering :star: * [ ] `{% elseif %}` support. +* [ ] Template inheritance with `{% extends %}` :star: :star: — _complex, but interesting tasks_