I have following code, for example:
div {{count}}
Then in my javascript, it will be replaced by a value.
However, somehow, if I refresh my page, the {{count}}
will be displayed in page initially until page is fully loaded.
How can I hide it during page load?