TinyMCE Template plugin will enable to use HTML template on WordPress Visual Editor.
Some features:
- Add "Insert Template" button to Visual Editor.
- You can edit template on WordPress admin.
- Copy to template from posts & pages.
- You can insert templates as shortcode.
Translators:
You can send your own language pack to me.
Note
How to display insert template button on wysiwyg editor of the ACF.
add_filter( 'tinymce_templates_enable_media_buttons', function(){
return true; // Displays insert template button on all visual editors
} );