Really sorry for the delay in response.
As I mentioned the differences between import and include here are some advantages.
Pros:
Import: Reusability, modulerized, parameterized
Include: Dynamic, loops, conditions, iterations
Cons:
Import: Static behaviour, no conditions, less reusability
Include: More complexity, less performance, challenge on troubleshooting