twrpme: Add blurb for dynamic partition devices

Change-Id: Id560d4962d2fba206e39e9c2c1ca4a80867fd727
diff --git a/_includes/dynamicpartitions.html b/_includes/dynamicpartitions.html
new file mode 100644
index 0000000..c1ff7c8
--- /dev/null
+++ b/_includes/dynamicpartitions.html
@@ -0,0 +1,6 @@
+<html>

+<div class='page-heading'>This device uses Dynamic Partitions</div>

+<hr />

+<p class="text">This means that TWRP will not allow modifications to any of the partitions that make up the Super partition on the stock ROM. All backups and restores will include the full Super partition rather than the individual dynamic partitions.</p>

+<p class="text">In order to flash the individual partitions, you will have to boot into fastbootd.</p>

+</html>
\ No newline at end of file